Searched refs:BTM_IsBleConnection (Results 1 – 3 of 3) sorted by relevance
377 extern bool BTM_IsBleConnection(uint16_t conn_handle);
763 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()
279 bool BTM_IsBleConnection(uint16_t conn_handle) { in BTM_IsBleConnection() function