Searched refs:supports_ble (Results 1 – 8 of 8) sorted by relevance
54 bool (*supports_ble)(void); member
392 static bool supports_ble(void) { in supports_ble() function555 supports_ble,
369 if (!controller_get_interface()->supports_ble()) return; in BTM_BleUpdateAdvFilterPolicy()421 if (!controller_get_interface()->supports_ble()) return BTM_ILLEGAL_VALUE; in BTM_BleObserve()637 if (!controller_get_interface()->supports_ble()) return false; in BTM_BleConfigPrivacy()724 if (!controller_get_interface()->supports_ble()) return BTM_ILLEGAL_VALUE; in BTM_BleSetConnectableMode()842 if (!controller_get_interface()->supports_ble()) return; in BTM_BleSetScanParams()889 if (!controller_get_interface()->supports_ble()) { in BTM_BleWriteScanRsp()1366 if (!controller_get_interface()->supports_ble()) return BTM_ERR_PROCESSING; in btm_ble_read_remote_name()
201 if (controller->supports_ble() && controller->supports_ble_privacy() && in reset_complete()210 if (controller->supports_ble()) { in reset_complete()
480 if (!controller_get_interface()->supports_ble()) return; in BTM_WhiteListClear()
155 if (controller_get_interface()->supports_ble()) { in BTM_SetDiscoverability()542 if (controller_get_interface()->supports_ble()) { in BTM_SetConnectability()791 if (!controller_get_interface()->supports_ble()) { in BTM_StartInquiry()
50 if (!controller_get_interface()->supports_ble()) return false; in can_do_batch_scan()
2125 if (!controller_get_interface()->supports_ble()) return false; in l2cu_create_conn_le()