Minor changes, nothing major
This commit is contained in:
parent
92d3279eb9
commit
da59200c77
@ -95,4 +95,4 @@ bool is_ble_modem_on(void)
|
|||||||
if(bt_adapter_state == WM_BT_STATE_OFF || bt_system_action != WM_BT_SYSTEM_ACTION_IDLE)
|
if(bt_adapter_state == WM_BT_STATE_OFF || bt_system_action != WM_BT_SYSTEM_ACTION_IDLE)
|
||||||
return false;
|
return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -29,4 +29,4 @@ bool ble_modem_off(void);
|
|||||||
*/
|
*/
|
||||||
bool is_ble_modem_on(void);
|
bool is_ble_modem_on(void);
|
||||||
|
|
||||||
#endif //BLE_MODEM_H
|
#endif //BLE_MODEM_H
|
||||||
|
Loading…
Reference in New Issue
Block a user