Home
last modified time | relevance | path

Searched refs:opportunistic (Results 1 – 25 of 40) sorted by relevance

12

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.h35 bool opportunistic, uint8_t initiating_phys) = 0;
37 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) = 0;
68 bool opportunistic, uint8_t initiating_phys),
72 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic));
Dbta_gatt_api_mock.cc47 bool opportunistic, uint8_t initiating_phys) { in BTA_GATTC_Open() argument
50 opportunistic, initiating_phys); in BTA_GATTC_Open()
54 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) { in BTA_GATTC_Open() argument
56 gatt_interface->Open(client_if, remote_bda, connection_type, opportunistic); in BTA_GATTC_Open()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc98 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) { in __anon3962861c0802()
102 connection_type, (opportunistic) ? 'T' : 'F')); in __anon3962861c0802()
103 BTA_GATTC_Open(client_if, remote_bda, connection_type, opportunistic); in __anon3962861c0802()
Dbta_dm_gatt_client.h44 bool opportunistic);
Dbta_dm_disc.cc123 bool opportunistic);
152 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) { in __anon788b21910902() argument
153 BTA_GATTC_Open(client_if, remote_bda, connection_type, opportunistic); in __anon788b21910902()
Dbta_dm_disc_legacy.cc139 bool opportunistic);
190 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) { in __anonf50479c50902() argument
194 connection_type, (opportunistic) ? 'T' : 'F')); in __anonf50479c50902()
195 BTA_GATTC_Open(client_if, remote_bda, connection_type, opportunistic); in __anonf50479c50902()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc140 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) { in BTA_GATTC_Open() argument
144 opportunistic, phy); in BTA_GATTC_Open()
150 bool opportunistic, uint8_t initiating_phys) { in BTA_GATTC_Open() argument
163 .opportunistic = opportunistic, in BTA_GATTC_Open()
173 bool opportunistic, uint8_t initiating_phys) { in BTA_GATTC_Open() argument
175 BT_TRANSPORT_LE, opportunistic, initiating_phys); in BTA_GATTC_Open()
Dbta_gattc_int.h109 bool opportunistic; member
120 bool opportunistic; member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc205 bool opportunistic, uint8_t initiating_phys) { in GATT_Connect() argument
208 gatt_if, bd_addr, addr_type, connection_type, transport, opportunistic, in GATT_Connect()
261 bool opportunistic) { in GATT_Connect() argument
264 gatt_if, bd_addr, 0, connection_type, transport, opportunistic, 0); in GATT_Connect()
Dmock_stack_gatt_api.h317 tBT_TRANSPORT transport, bool opportunistic,
325 tBT_TRANSPORT transport, bool opportunistic, in operator()
328 opportunistic, initiating_phys); in operator()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py51 opportunistic=False, argument
56 opportunistic, GattPhyMask.PHY_LE_1M_MASK)
122 opportunistic=False): argument
134 … gatt_callback = setup_gatt_connection(central, mac_address, autoconnect, transport, opportunistic)
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc1396 bool opportunistic) { in GATT_Connect() argument
1400 opportunistic, phy); in GATT_Connect()
1405 tBT_TRANSPORT transport, bool opportunistic, in GATT_Connect() argument
1422 if (opportunistic) { in GATT_Connect()
1503 tBT_TRANSPORT transport, bool opportunistic) { in GATT_Connect() argument
1507 opportunistic, phy); in GATT_Connect()
1512 bool opportunistic, uint8_t initiating_phys) { in GATT_Connect() argument
1514 transport, opportunistic, initiating_phys); in GATT_Connect()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h1201 tBT_TRANSPORT transport, bool opportunistic);
1204 tBT_TRANSPORT transport, bool opportunistic,
1209 tBT_TRANSPORT transport, bool opportunistic);
1213 tBT_TRANSPORT transport, bool opportunistic,
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h501 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic);
504 bool opportunistic, uint8_t initiating_phys);
508 bool opportunistic, uint8_t initiating_phys);
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java296 boolean opportunistic, in gattClientConnectNative() argument
450 boolean opportunistic, in gattClientConnect() argument
453 clientIf, address, addressType, isDirect, transport, opportunistic, initiatingPhys); in gattClientConnect()
DGattService.java547 boolean opportunistic, in clientConnect() argument
560 opportunistic, in clientConnect()
2117 boolean opportunistic, in clientConnect() argument
2134 + opportunistic in clientConnect()
2148 clientIf, address, addressType, isDirect, transport, opportunistic, phy); in clientConnect()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc294 int transport_p, bool opportunistic, in btif_gattc_open_impl() argument
359 BTA_GATTC_Open(client_if, address, addr_type, type, transport, opportunistic, in btif_gattc_open_impl()
365 int transport, bool opportunistic, in btif_gattc_open() argument
370 addr_type, is_direct, transport, opportunistic, in btif_gattc_open()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java196 boolean opportunistic = true; in clientConnect()
205 opportunistic, in clientConnect()
216 opportunistic, in clientConnect()
DGattServiceTest.java251 boolean opportunistic = true; in clientConnect()
260 opportunistic, in clientConnect()
266 clientIf, address, addressType, isDirect, transport, opportunistic, phy); in clientConnect()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py356 opportunistic=False)
370 opportunistic=True)
903 opportunistic = False
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py723 opportunistic=False, argument
737 … self.proxy().ClientConnect(self.client_id, address, is_direct, transport, opportunistic, phy)
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h226 bool opportunistic, int initiating_phys);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl108 …in int addressType, in boolean isDirect, in int transport, in boolean opportunistic, in int phy, i… in clientConnect() argument
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java960 boolean opportunistic, in BluetoothGatt() argument
967 mOpportunistic = opportunistic; in BluetoothGatt()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs769 opportunistic: bool, in client_connect()

12