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