Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.cc122 bool opportunistic) { in BTA_GATTC_Open() argument
124 BTA_GATTC_Open(client_if, remote_bda, is_direct, transport, opportunistic, in BTA_GATTC_Open()
130 bool opportunistic, uint8_t initiating_phys) { in BTA_GATTC_Open() argument
139 p_buf->opportunistic = opportunistic; in BTA_GATTC_Open()
Dbta_gattc_int.h95 bool opportunistic; member
Dbta_gattc_act.cc355 p_data->api_conn.transport, p_data->api_conn.opportunistic, in bta_gattc_open()
/system/bt/btif/src/
Dbtif_gatt_client.cc254 int transport_p, bool opportunistic, in btif_gattc_open_impl() argument
309 BTA_GATTC_Open(client_if, address, is_direct, transport, opportunistic, in btif_gattc_open_impl()
314 bool is_direct, int transport, bool opportunistic, in btif_gattc_open() argument
319 is_direct, transport, opportunistic, in btif_gattc_open()
/system/bt/bta/include/
Dbta_gatt_api.h421 bool opportunistic);
424 bool opportunistic, uint8_t initiating_phys);
/system/bt/stack/include/
Dgatt_api.h983 bool opportunistic);
986 bool opportunistic, uint8_t initiating_phys);
/system/bt/include/hardware/
Dbt_gatt_client.h217 bool is_direct, int transport, bool opportunistic,
/system/bt/stack/gatt/
Dgatt_api.cc1096 tBT_TRANSPORT transport, bool opportunistic) { in GATT_Connect() argument
1098 return GATT_Connect(gatt_if, bd_addr, is_direct, transport, opportunistic, in GATT_Connect()
1103 tBT_TRANSPORT transport, bool opportunistic, in GATT_Connect() argument
1119 if (opportunistic) { in GATT_Connect()
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl79 …f, in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy); in clientConnect() argument
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc44 bool is_direct, int transport, bool opportunistic, in FakeConnect() argument