Home
last modified time | relevance | path

Searched refs:supports_ble (Results 1 – 8 of 8) sorted by relevance

/system/bt/device/include/
Dcontroller.h54 bool (*supports_ble)(void); member
/system/bt/device/src/
Dcontroller.cc392 static bool supports_ble(void) { in supports_ble() function
555 supports_ble,
/system/bt/stack/btm/
Dbtm_ble_gap.cc369 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()
Dbtm_devctl.cc201 if (controller->supports_ble() && controller->supports_ble_privacy() && in reset_complete()
210 if (controller->supports_ble()) { in reset_complete()
Dbtm_ble_bgconn.cc480 if (!controller_get_interface()->supports_ble()) return; in BTM_WhiteListClear()
Dbtm_inq.cc155 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()
Dbtm_ble_batchscan.cc50 if (!controller_get_interface()->supports_ble()) return false; in can_do_batch_scan()
/system/bt/stack/l2cap/
Dl2c_utils.cc2125 if (!controller_get_interface()->supports_ble()) return false; in l2cu_create_conn_le()