/system/bt/bta/test/common/ |
D | bta_gatt_api_mock.cc | 37 bool is_direct, tBT_TRANSPORT transport, in BTA_GATTC_Open() argument 39 gatt_interface->Open(client_if, remote_bda, is_direct, transport, in BTA_GATTC_Open() 44 bool is_direct, bool opportunistic) { in BTA_GATTC_Open() argument 45 gatt_interface->Open(client_if, remote_bda, is_direct, opportunistic); in BTA_GATTC_Open() 49 bool is_direct) { in BTA_GATTC_CancelOpen() argument 50 gatt_interface->CancelOpen(client_if, remote_bda, is_direct); in BTA_GATTC_CancelOpen()
|
D | bta_gatt_api_mock.h | 32 bool is_direct, tBT_TRANSPORT transport, 35 bool is_direct, bool opportunistic) = 0; 37 bool is_direct) = 0; 63 (tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct, 66 (tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct, 70 bool is_direct));
|
/system/bt/bta/gatt/ |
D | bta_gatts_api.cc | 306 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open() argument 312 p_buf->is_direct = is_direct; in BTA_GATTS_Open() 334 bool is_direct) { in BTA_GATTS_CancelOpen() argument 340 p_buf->is_direct = is_direct; in BTA_GATTS_CancelOpen()
|
D | bta_gattc_api.cc | 121 bool is_direct, bool opportunistic) { in BTA_GATTC_Open() argument 123 BTA_GATTC_Open(client_if, remote_bda, is_direct, BT_TRANSPORT_LE, in BTA_GATTC_Open() 128 bool is_direct, tBT_TRANSPORT transport, bool opportunistic, in BTA_GATTC_Open() argument 135 p_buf->is_direct = is_direct; in BTA_GATTC_Open() 160 bool is_direct) { in BTA_GATTC_CancelOpen() argument 166 p_buf->is_direct = is_direct; in BTA_GATTC_CancelOpen()
|
/system/bt/test/mock/ |
D | mock_bta_gatts_api.cc | 53 bool is_direct) { in BTA_GATTS_CancelOpen() argument 71 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open() argument
|
D | mock_stack_gatt.cc | 51 bool is_direct) { in GATT_CancelConnect() argument 55 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect() argument 60 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect() argument
|
D | mock_bta_gattc_api.cc | 88 bool is_direct) { in BTA_GATTC_CancelOpen() argument 112 bool is_direct, bool opportunistic) { in BTA_GATTC_Open() argument 116 bool is_direct, tBT_TRANSPORT transport, bool opportunistic, in BTA_GATTC_Open() argument
|
D | mock_main_shim_acl_api.cc | 46 const tBLE_BD_ADDR& legacy_address_with_type, bool is_direct) { in ACL_AcceptLeConnectionFrom() argument
|
/system/bt/service/ipc/binder/ |
D | bluetooth_low_energy_binder_server.cc | 67 bool is_direct, in Connect() argument 70 << " is_direct: " << is_direct; in Connect() 81 client->Connect(std::string(String8(address).string()), is_direct); in Connect()
|
D | bluetooth_low_energy_binder_server.h | 58 Status Connect(int client_id, const String16& address, bool is_direct,
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothLowEnergy.aidl | 29 boolean Connect(int client_id, String address, boolean is_direct); in Connect() argument
|
/system/bt/main/shim/ |
D | acl_api.cc | 42 const tBLE_BD_ADDR& legacy_address_with_type, bool is_direct) { in ACL_AcceptLeConnectionFrom() argument 46 ToAddressWithTypeFromLegacy(legacy_address_with_type), is_direct, in ACL_AcceptLeConnectionFrom()
|
D | acl_api.h | 30 bool is_direct);
|
D | link_connection_interface.h | 38 const bluetooth::hci::AddressWithType& address_with_type, bool is_direct,
|
D | acl.h | 70 bool is_direct,
|
/system/bt/service/ |
D | low_energy_client.cc | 56 bool LowEnergyClient::Connect(const std::string& address, bool is_direct) { in Connect() argument 57 VLOG(2) << __func__ << "Address: " << address << " is_direct: " << is_direct; in Connect() 64 client_id_, bda, is_direct, BT_TRANSPORT_LE, false, kPhyLe1MbMask); in Connect()
|
D | low_energy_client.h | 83 bool Connect(const std::string& address, bool is_direct);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 450 bool is_direct, bool opportunistic); 452 bool is_direct, tBT_TRANSPORT transport, 470 const RawAddress& remote_bda, bool is_direct); 964 bool is_direct, tBT_TRANSPORT transport); 981 const RawAddress& remote_bda, bool is_direct);
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 284 bool is_direct, int transport_param) { in btif_gatts_open_impl() argument 319 BTA_GATTS_Open(server_if, address, is_direct, transport); in btif_gatts_open_impl() 323 bool is_direct, int transport) { in btif_gatts_open() argument 326 Bind(&btif_gatts_open_impl, server_if, bd_addr, is_direct, transport)); in btif_gatts_open()
|
D | btif_gatt_client.cc | 289 void btif_gattc_open_impl(int client_if, RawAddress address, bool is_direct, in btif_gattc_open_impl() argument 304 if (!is_direct) { in btif_gattc_open_impl() 345 BTA_GATTC_Open(client_if, address, is_direct, transport, opportunistic, in btif_gattc_open_impl() 350 bool is_direct, int transport, in btif_gattc_open() argument 355 is_direct, transport, opportunistic, in btif_gattc_open()
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 1152 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect() argument 1155 return GATT_Connect(gatt_if, bd_addr, is_direct, transport, opportunistic, in GATT_Connect() 1159 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect() argument 1170 if (!is_direct && transport != BT_TRANSPORT_LE) { in GATT_Connect() 1185 if (is_direct) { in GATT_Connect() 1209 gatt_update_app_use_link_flag(p_reg->gatt_if, p_tcb, true, !is_direct); in GATT_Connect() 1230 bool is_direct) { in GATT_CancelConnect() argument 1232 << ", direct:" << is_direct; in GATT_CancelConnect() 1242 if (is_direct) in GATT_CancelConnect()
|
/system/bt/gd/hci/ |
D | acl_manager_mock.h | 75 …MOCK_METHOD(void, CreateLeConnection, (AddressWithType address_with_type, bool is_direct), (overri…
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergy.txt | 41 * |is_direct| is set, use direct connect procedure. Return true on success, 45 in boolean is_direct);
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 46 bool is_direct, int transport, bool opportunistic, in FakeConnect() argument 49 return g_client_handler->Connect(client_if, bd_addr, is_direct, transport); in FakeConnect()
|
/system/bt/stack/include/ |
D | gatt_api.h | 1083 bool is_direct, tBT_TRANSPORT transport, 1086 bool is_direct, tBT_TRANSPORT transport, 1107 bool is_direct);
|