Home
last modified time | relevance | path

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

/system/bt/bta/test/common/
Dbta_gatt_api_mock.cc38 bool opportunistic) { in BTA_GATTC_Open() argument
40 opportunistic); 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()
Dbta_gatt_api_mock.h33 bool opportunistic) = 0;
35 bool is_direct, bool opportunistic) = 0;
64 tBT_TRANSPORT transport, bool opportunistic));
67 bool opportunistic));
/system/bt/test/mock/
Dmock_stack_gatt.cc56 tBT_TRANSPORT transport, bool opportunistic) { in GATT_Connect() argument
61 tBT_TRANSPORT transport, bool opportunistic, in GATT_Connect() argument
Dmock_bta_gattc_api.cc112 bool is_direct, bool opportunistic) { in BTA_GATTC_Open() argument
116 bool is_direct, tBT_TRANSPORT transport, bool opportunistic, in BTA_GATTC_Open() argument
/system/bt/bta/gatt/
Dbta_gattc_api.cc121 bool is_direct, bool opportunistic) { in BTA_GATTC_Open() argument
124 opportunistic, phy); in BTA_GATTC_Open()
128 bool is_direct, tBT_TRANSPORT transport, bool opportunistic, in BTA_GATTC_Open() argument
138 p_buf->opportunistic = opportunistic; in BTA_GATTC_Open()
Dbta_gattc_int.h92 bool opportunistic; member
Dbta_gattc_act.cc361 p_data->api_conn.transport, p_data->api_conn.opportunistic, in bta_gattc_open()
/system/bt/btif/src/
Dbtif_gatt_client.cc290 int transport_p, bool opportunistic, in btif_gattc_open_impl() argument
345 BTA_GATTC_Open(client_if, address, is_direct, transport, opportunistic, in btif_gattc_open_impl()
351 bool opportunistic, int initiating_phys) { in btif_gattc_open() argument
355 is_direct, transport, opportunistic, in btif_gattc_open()
/system/bt/bta/include/
Dbta_gatt_api.h450 bool is_direct, bool opportunistic);
453 bool opportunistic, uint8_t initiating_phys);
/system/bt/include/hardware/
Dbt_gatt_client.h222 bool is_direct, int transport, bool opportunistic,
/system/bt/stack/gatt/
Dgatt_api.cc1153 tBT_TRANSPORT transport, bool opportunistic) { in GATT_Connect() argument
1155 return GATT_Connect(gatt_if, bd_addr, is_direct, transport, opportunistic, in GATT_Connect()
1160 tBT_TRANSPORT transport, bool opportunistic, in GATT_Connect() argument
1177 if (opportunistic) { in GATT_Connect()
/system/bt/stack/include/
Dgatt_api.h1084 bool opportunistic);
1087 bool opportunistic, uint8_t initiating_phys);
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc46 bool is_direct, int transport, bool opportunistic, in FakeConnect() argument
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl103 … in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy, i… in clientConnect() argument
/system/chre/doc/
Dnanoapp_developer_guide.md239 #### Be opportunistic when possible