Home
last modified time | relevance | path

Searched defs:can_read_discoverable_characteristics (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/acl/
Dble_acl.cc45 uint16_t conn_timeout, bool can_read_discoverable_characteristics) { in acl_ble_common_connection()
85 bool can_read_discoverable_characteristics) { in acl_ble_enhanced_connection_complete()
114 tBLE_ADDR_TYPE peer_addr_type, bool can_read_discoverable_characteristics) { in acl_ble_enhanced_connection_complete_from_shim()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc255 bool can_read_discoverable_characteristics) { in btm_ble_connected()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1520 bool can_read_discoverable_characteristics) { in btm_ble_connected()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc145 tBLE_ADDR_TYPE peer_addr_type, bool can_read_discoverable_characteristics) { in mock_connection_le_on_connected()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h92 bool can_read_discoverable_characteristics; member
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1717 auto can_read_discoverable_characteristics = std::visit( in OnLeConnectSuccess() local