Home
last modified time | relevance | path

Searched refs:BTM_IsBleConnection (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h332 extern bool BTM_IsBleConnection(uint16_t conn_handle);
/system/bt/stack/btu/
Dbtu_hcif.cc1180 if (status != HCI_SUCCESS || encr_enable == 0 || BTM_IsBleConnection(handle)) { in btu_hcif_encryption_change_evt()
2097 if (status != HCI_SUCCESS || BTM_IsBleConnection(handle)) { in btu_hcif_encryption_key_refresh_cmpl_evt()
/system/bt/stack/btm/
Dbtm_ble.cc240 bool BTM_IsBleConnection(uint16_t conn_handle) { in BTM_IsBleConnection() function