HomeSort by relevance Sort by last modified time
    Searched refs:supports_ble_privacy (Results 1 - 8 of 8) sorted by null

  /system/bt/device/include/
controller.h 57 bool (*supports_ble_privacy)(void); member in struct:controller_t
  /system/bt/stack/btm/
btm_ble_privacy.cc 194 if (!controller_get_interface()->supports_ble_privacy())
198 if (!controller_get_interface()->supports_ble_privacy()) {
417 if (controller_get_interface()->supports_ble_privacy()) {
448 if (controller_get_interface()->supports_ble_privacy()) {
476 if (controller_get_interface()->supports_ble_privacy()) {
614 if (!controller_get_interface()->supports_ble_privacy())
634 if (!controller_get_interface()->supports_ble_privacy())
710 if (controller_get_interface()->supports_ble_privacy()) {
btm_ble_addr.cc 410 if (controller_get_interface()->supports_ble_privacy())
btm_ble_bgconn.cc 431 controller_get_interface()->supports_ble_privacy()) {
btm_devctl.cc 189 if (controller->supports_ble() && controller->supports_ble_privacy() &&
btm_ble_gap.cc 647 if (controller_get_interface()->supports_ble_privacy()) {
    [all...]
  /system/bt/device/src/
controller.cc 375 static bool supports_ble_privacy(void) {
530 supports_ble_privacy,
  /system/bt/btif/src/
btif_gatt_client.cc 271 if (!controller_get_interface()->supports_ble_privacy() &&

Completed in 630 milliseconds