Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gatts_api.cc53 bool is_direct) { in BTA_GATTS_CancelOpen()
71 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open()
Dmock_stack_btm_ble_bgconn.cc100 bool BTM_AcceptlistAdd(const RawAddress& address, bool is_direct) { in BTM_AcceptlistAdd()
Dmock_main_shim_acl_api.cc47 const tBLE_BD_ADDR& legacy_address_with_type, bool is_direct) { in ACL_AcceptLeConnectionFrom()
Dmock_bta_gattc_api.cc88 bool is_direct) { in BTA_GATTC_CancelOpen()
Dmock_stack_gatt_api.cc199 bool is_direct) { in GATT_CancelConnect()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc314 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open()
346 bool is_direct) { in BTA_GATTS_CancelOpen()
Dbta_gatts_int.h120 bool is_direct; member
Dbta_gattc_api.cc190 bool is_direct) { in BTA_GATTC_CancelOpen()
Dbta_gattc_int.h103 bool is_direct; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc292 bool is_direct, int transport_param) { in btif_gatts_open_impl()
331 bool is_direct, int transport) { in btif_gatts_open()
Dbtif_gatt_client.cc277 tBLE_ADDR_TYPE addr_type, bool is_direct, in btif_gattc_open_impl()
348 uint8_t addr_type, bool is_direct, in btif_gattc_open()
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_acl_manager_facade.proto41 bool is_direct = 2; field
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_bgconn.cc191 bool BTM_AcceptlistAdd(const RawAddress& address, bool is_direct) { in BTM_AcceptlistAdd()
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc56 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/stack/test/
Dgatt_connection_manager_test.cc61 bool BTM_AcceptlistAdd(const RawAddress& address, bool is_direct) { in BTM_AcceptlistAdd()
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc52 const tBLE_BD_ADDR& legacy_address_with_type, bool is_direct) { in ACL_AcceptLeConnectionFrom()
Dacl.cc1488 const hci::AddressWithType& address_with_type, bool is_direct, in AcceptLeConnectionFrom()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1420 bool is_direct = (connection_type == BTM_BLE_DIRECT_CONNECTION); in GATT_Connect() local
1513 bool is_direct) { in GATT_CancelConnect()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs953 let is_direct = self.lock_context().gatt_client_context.is_connect_direct; in cmd_gatt() localVariable
1025 let is_direct = String::from(get_arg(args, 1)?) in cmd_gatt() localVariable
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc76 bool is_direct = request->is_direct(); in CreateConnection() local
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc260 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc456 bool is_direct, bool opportunistic) { in TestAddFromStorage()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc544 bool is_direct, bool opportunistic) { in SetUpMockGatt()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2027 jstring address, jboolean is_direct, in gattServerConnectNative()