/system/bt/bta/test/common/ |
D | bta_gatt_api_mock.cc | 38 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()
|
D | bta_gatt_api_mock.h | 33 bool opportunistic) = 0; 35 bool is_direct, bool opportunistic) = 0; 64 tBT_TRANSPORT transport, bool opportunistic)); 67 bool opportunistic));
|
/system/bt/test/mock/ |
D | mock_stack_gatt.cc | 56 tBT_TRANSPORT transport, bool opportunistic) { in GATT_Connect() argument 61 tBT_TRANSPORT transport, bool opportunistic, in GATT_Connect() argument
|
D | mock_bta_gattc_api.cc | 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
|
/system/bt/bta/gatt/ |
D | bta_gattc_api.cc | 121 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()
|
D | bta_gattc_int.h | 92 bool opportunistic; member
|
D | bta_gattc_act.cc | 361 p_data->api_conn.transport, p_data->api_conn.opportunistic, in bta_gattc_open()
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 290 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/ |
D | bta_gatt_api.h | 450 bool is_direct, bool opportunistic); 453 bool opportunistic, uint8_t initiating_phys);
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 222 bool is_direct, int transport, bool opportunistic,
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 1153 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/ |
D | gatt_api.h | 1084 bool opportunistic); 1087 bool opportunistic, uint8_t initiating_phys);
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 46 bool is_direct, int transport, bool opportunistic, in FakeConnect() argument
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 103 … in String address, in boolean isDirect, in int transport, in boolean opportunistic, in int phy, i… in clientConnect() argument
|
/system/chre/doc/ |
D | nanoapp_developer_guide.md | 239 #### Be opportunistic when possible
|