I'd like to get the current connection state eg:
result = get_connection_state()
if(result == BLE_GAP_EVT_CONNECTED) doSomthing();
Is there such a function available ?
thanks,
I'd like to get the current connection state eg:
result = get_connection_state()
if(result == BLE_GAP_EVT_CONNECTED) doSomthing();
Is there such a function available ?
thanks,