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.h377 extern bool BTM_IsBleConnection(uint16_t conn_handle);
/system/bt/stack/btu/
Dbtu_hcif.cc763 BTM_IsBleConnection(handle)) { in btu_hcif_encryption_change_evt()
1707 if (status != HCI_SUCCESS || BTM_IsBleConnection(handle)) { in btu_hcif_encryption_key_refresh_cmpl_evt()
/system/bt/stack/btm/
Dbtm_ble.cc279 bool BTM_IsBleConnection(uint16_t conn_handle) { in BTM_IsBleConnection() function