Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/test/common/
H A Dbta_gatt_api_mock.cc37 bool is_direct, tBT_TRANSPORT transport, in BTA_GATTC_Open()
44 bool is_direct, bool opportunistic) { in BTA_GATTC_Open()
49 bool is_direct) { in BTA_GATTC_CancelOpen()
/aosp12/system/bt/test/mock/
H A Dmock_bta_gatts_api.cc53 bool is_direct) { in BTA_GATTS_CancelOpen()
71 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open()
H A Dmock_stack_gatt.cc51 bool is_direct) { in GATT_CancelConnect()
55 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect()
60 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect()
H A Dmock_bta_gattc_api.cc88 bool is_direct) { in BTA_GATTC_CancelOpen()
112 bool is_direct, bool opportunistic) { in BTA_GATTC_Open()
116 bool is_direct, tBT_TRANSPORT transport, bool opportunistic, in BTA_GATTC_Open()
H A Dmock_main_shim_acl_api.cc46 const tBLE_BD_ADDR& legacy_address_with_type, bool is_direct) { in ACL_AcceptLeConnectionFrom()
/aosp12/system/bt/bta/gatt/
H A Dbta_gatts_api.cc306 bool is_direct, tBT_TRANSPORT transport) { in BTA_GATTS_Open()
334 bool is_direct) { in BTA_GATTS_CancelOpen()
H A Dbta_gattc_api.cc121 bool is_direct, bool opportunistic) { in BTA_GATTC_Open()
128 bool is_direct, tBT_TRANSPORT transport, bool opportunistic, in BTA_GATTC_Open()
160 bool is_direct) { in BTA_GATTC_CancelOpen()
H A Dbta_gatts_int.h108 bool is_direct; member
H A Dbta_gattc_int.h89 bool is_direct; member
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothLowEnergy.aidl29 boolean Connect(int client_id, String address, boolean is_direct); in Connect()
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_server.cc284 bool is_direct, int transport_param) { in btif_gatts_open_impl()
323 bool is_direct, int transport) { in btif_gatts_open()
H A Dbtif_gatt_client.cc289 void btif_gattc_open_impl(int client_if, RawAddress address, bool is_direct, in btif_gattc_open_impl()
350 bool is_direct, int transport, in btif_gattc_open()
/aosp12/system/bt/main/shim/
H A Dacl_api.cc42 const tBLE_BD_ADDR& legacy_address_with_type, bool is_direct) { in ACL_AcceptLeConnectionFrom()
H A Dacl.cc1146 const hci::AddressWithType& address_with_type, bool is_direct, in AcceptLeConnectionFrom()
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.cc67 bool is_direct, in Connect()
/aosp12/system/bt/stack/gatt/
H A Dgatt_api.cc1152 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect()
1159 bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr, bool is_direct, in GATT_Connect()
1230 bool is_direct) { in GATT_CancelConnect()
/aosp12/system/bt/service/
H A Dlow_energy_client.cc56 bool LowEnergyClient::Connect(const std::string& address, bool is_direct) { in Connect()
/aosp12/system/bt/service/test/
H A Dlow_energy_client_unittest.cc273 bool is_direct, int transport) { in TEST_F()
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.cc161 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer() local
/aosp12/system/bt/gd/hci/
H A Dacl_manager.cc162 void AclManager::CreateLeConnection(AddressWithType address_with_type, bool is_direct) { in CreateLeConnection()
/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc46 bool is_direct, int transport, bool opportunistic, in FakeConnect()
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc3529 bool is_direct = ((method_access_flags & (kAccStatic | kAccPrivate)) != 0) || in CheckMethodAccessFlags() local
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1705 jstring address, jboolean is_direct, in gattServerConnectNative()