Searched refs:supports_ble (Results 1 – 9 of 9) sorted by relevance
72 bool (*supports_ble)(void); member
213 static bool supports_ble(void) { in supports_ble() function357 supports_ble,
316 if (!controller->supports_ble()) { in BTM_GetWhiteListSize()493 if (!controller_get_interface()->supports_ble()) return; in BTM_WhiteListClear()
206 if (controller->supports_ble() && controller->supports_ble_privacy() && in reset_complete()215 if (controller->supports_ble()) { in reset_complete()
401 if (!controller_get_interface()->supports_ble()) return BTM_ILLEGAL_VALUE; in BTM_BleObserve()598 if (!controller_get_interface()->supports_ble()) return false; in BTM_BleConfigPrivacy()783 if (!controller_get_interface()->supports_ble()) return; in BTM_BleSetScanParams()1280 if (!controller_get_interface()->supports_ble()) return BTM_ERR_PROCESSING; in btm_ble_read_remote_name()
170 if (controller_get_interface()->supports_ble()) { in BTM_SetDiscoverability()466 if (controller_get_interface()->supports_ble()) { in BTM_SetConnectability()722 if (!controller_get_interface()->supports_ble()) { in BTM_StartInquiry()
50 if (!controller_get_interface()->supports_ble()) return false; in can_do_batch_scan()
487 static bool supports_ble(void) { in supports_ble() function680 supports_ble,
2124 if (!controller_get_interface()->supports_ble()) return false; in l2cu_create_conn_le()