|
|
@ -448,4 +448,9 @@ void zble_module_init(zble_module_cfg_t *cfg) |
|
|
|
// zble_module_start_adv(); |
|
|
|
} |
|
|
|
|
|
|
|
int32_t zble_module_get_mtu_size() { return m_mtu_size; } |
|
|
|
int32_t zble_module_get_mtu_size() { return m_mtu_size; } |
|
|
|
|
|
|
|
bool zble_module_disconnect(){ |
|
|
|
ble_conn_state_for_each_connected(disconnect, NULL); |
|
|
|
return true; |
|
|
|
} |