We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f795bcb commit 175e0f0Copy full SHA for 175e0f0
src/server/ble_service.rs
@@ -34,7 +34,7 @@ impl BLEService {
34
BleUuid::from(self.uuid)
35
}
36
37
- pub fn start(&mut self) -> Result<(), BLEReturnCode> {
+ pub(crate) fn start(&mut self) -> Result<(), BLEReturnCode> {
38
let svc_def = self.svc_def.get_or_insert_with(|| {
39
let mut svc = [esp_idf_sys::ble_gatt_svc_def::default(); 2];
40
svc[0].type_ = esp_idf_sys::BLE_GATT_SVC_TYPE_PRIMARY as _;
0 commit comments