Searched defs:BTA_GATTC_CancelOpen (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.h | 33 void (*BTA_GATTC_CancelOpen)(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct); member
|
D | bta_dm_disc.cc | 103 void (*BTA_GATTC_CancelOpen)(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct); member
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_api_mock.cc | 51 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen() function
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 74 void BTA_GATTC_CancelOpen(tGATT_IF /* client_if */, const RawAddress& /* remote_bda */, in BTA_GATTC_CancelOpen() function
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_api.cc | 180 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen() function
|