Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h72 bool (*supports_ble)(void); member
/system/bt/main/shim/
Dcontroller.cc213 static bool supports_ble(void) { in supports_ble() function
357 supports_ble,
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc316 if (!controller->supports_ble()) { in BTM_GetWhiteListSize()
493 if (!controller_get_interface()->supports_ble()) return; in BTM_WhiteListClear()
Dbtm_devctl.cc206 if (controller->supports_ble() && controller->supports_ble_privacy() && in reset_complete()
215 if (controller->supports_ble()) { in reset_complete()
Dbtm_ble_gap.cc401 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()
Dbtm_inq.cc170 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()
Dbtm_ble_batchscan.cc50 if (!controller_get_interface()->supports_ble()) return false; in can_do_batch_scan()
/system/bt/device/src/
Dcontroller.cc487 static bool supports_ble(void) { in supports_ble() function
680 supports_ble,
/system/bt/stack/l2cap/
Dl2c_utils.cc2124 if (!controller_get_interface()->supports_ble()) return false; in l2cu_create_conn_le()