Searched refs:supports_ble (Results 1 – 12 of 12) sorted by relevance
72 bool (*supports_ble)(void); member
236 bool supports_ble(void) { return ble_supported; } in supports_ble() function407 supports_ble,
531 if (!controller_get_interface()->supports_ble()) { in BTM_AcceptlistAdd()565 if (!controller_get_interface()->supports_ble()) { in BTM_AcceptlistRemove()586 if (!controller_get_interface()->supports_ble()) { in BTM_AcceptlistClear()
199 if (controller->supports_ble() && controller->supports_ble_privacy() && in BTM_reset_complete()207 if (controller->supports_ble()) { in BTM_reset_complete()
194 if (controller_get_interface()->supports_ble()) { in BTM_SetDiscoverability()360 if (controller_get_interface()->supports_ble()) { in BTM_SetConnectability()535 if (controller_get_interface()->supports_ble()) { in BTM_StartInquiry()
409 if (!controller_get_interface()->supports_ble()) return BTM_ILLEGAL_VALUE; in BTM_BleObserve()684 if (!controller_get_interface()->supports_ble()) return false; in BTM_BleConfigPrivacy()857 if (!controller_get_interface()->supports_ble()) { in BTM_BleSetScanParams()1340 if (!controller_get_interface()->supports_ble()) return BTM_ERR_PROCESSING; in btm_ble_read_remote_name()
53 if (!controller_get_interface()->supports_ble()) return false; in can_do_batch_scan()
179 MAP_TO_GD(supports_ble, SupportsBle) in MAP_TO_GD()349 supports_ble,
521 static bool supports_ble(void) { in supports_ble() function780 supports_ble,
40 if (!controller->supports_ble()) { in ble_acceptlist_size()
212 if (controller_get_interface()->supports_ble()) { in bta_gattc_deregister()
2044 if (!controller_get_interface()->supports_ble()) return false; in l2cu_create_conn_le()