Home
last modified time | relevance | path

Searched defs:is_direct (Results 1 – 25 of 27) sorted by relevance

12

/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc290 bool is_direct, int transport_param) { in btif_gatts_open_impl()
330 bool is_direct, in btif_gatts_open_impl_use_address_type()
353 uint8_t addr_type, bool is_direct, in btif_gatts_open()
Dbtif_gatt_client.cc293 tBLE_ADDR_TYPE addr_type, bool is_direct, in btif_gattc_open_impl()
364 uint8_t addr_type, bool is_direct, in btif_gattc_open()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc316 tBLE_ADDR_TYPE addr_type, bool is_direct, in BTA_GATTS_Open()
350 bool is_direct) { in BTA_GATTS_CancelOpen()
Dbta_gatts_int.h121 bool is_direct; member
Dbta_gattc_api.cc194 bool is_direct) { in BTA_GATTC_CancelOpen()
Dbta_gattc_int.h117 bool is_direct; member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble_bgconn.cc68 bool BTM_AcceptlistAdd(const RawAddress& address, bool is_direct) { in BTM_AcceptlistAdd()
Dmock_stack_gatt_api.cc198 bool is_direct) { in GATT_CancelConnect()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_bgconn.cc111 bool BTM_AcceptlistAdd(const RawAddress& address, bool is_direct) { in BTM_AcceptlistAdd()
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_acl_manager_facade.proto41 bool is_direct = 2; field
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc60 bool is_direct) { in BTA_GATTC_CancelOpen()
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_le_acl_manager.py121 def initiate_connection(self, remote_addr, is_direct=True): argument
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1113 let is_direct = self.lock_context().gatt_client_context.is_connect_direct; in cmd_gatt() localVariable
1185 let is_direct = String::from(get_arg(args, 1)?) in cmd_gatt() localVariable
1368 let is_direct = self.lock_context().gatt_server_context.is_connect_direct; in cmd_gatt() localVariable
1512 let is_direct = String::from(get_arg(args, 1)?) in cmd_gatt() localVariable
/packages/modules/Bluetooth/system/stack/test/
Dgatt_connection_manager_test.cc56 bool BTM_AcceptlistAdd(const RawAddress& address, bool is_direct) { in BTM_AcceptlistAdd()
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc60 const tBLE_BD_ADDR& legacy_address_with_type, bool is_direct) { in ACL_AcceptLeConnectionFrom()
Dacl.cc1521 const hci::AddressWithType& address_with_type, bool is_direct, in AcceptLeConnectionFrom()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1414 bool is_direct = (connection_type == BTM_BLE_DIRECT_CONNECTION); in GATT_Connect() local
1533 bool is_direct) { in GATT_CancelConnect()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc87 bool is_direct = request->is_direct(); in CreateConnection() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc126 [](tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in __anon788b21910302()
Dbta_dm_disc_legacy.cc142 [](tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in __anonf50479c50302()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc265 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection()
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py401 def gatt_connect(self, address, is_direct, transport): argument
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py721 is_direct=False, argument
Dgatt_server.py1349 def server_connect(self, addr, is_direct, transport): argument
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc565 bool is_direct, bool opportunistic) { in TestAddFromStorage()

12