Home
last modified time | relevance | path

Searched refs:le_devices (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc737 std::vector<std::pair<RawAddress, uint8_t>> le_devices) { in BTA_DmRestoreFilterAcceptList() argument
740 std::move(le_devices))); in BTA_DmRestoreFilterAcceptList()
Dbta_dm_int.h591 std::vector<std::pair<RawAddress, uint8_t>> le_devices);
Dbta_dm_act.cc4403 std::vector<std::pair<RawAddress, uint8_t>> le_devices) { in bta_dm_restore_filter_accept_list() argument
4405 bluetooth::shim::BTM_RestoreFilterAcceptList(le_devices); in bta_dm_restore_filter_accept_list()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_dm.h108 std::vector<std::pair<RawAddress, uint8_t>> le_devices);
/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc839 std::vector<std::pair<RawAddress, uint8_t>> le_devices) { in BTM_RestoreFilterAcceptList() argument
845 for (auto address_pair : le_devices) { in BTM_RestoreFilterAcceptList()
Dbtm_api.h1866 std::vector<std::pair<RawAddress, uint8_t>> le_devices);
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_btm_api.cc454 std::vector<std::pair<RawAddress, uint8_t>> le_devices) { in BTM_RestoreFilterAcceptList() argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h1347 std::vector<std::pair<RawAddress, uint8_t>> le_devices);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc4018 std::vector<std::pair<RawAddress, uint8_t>> le_devices) { in btif_dm_restore_filter_accept_list() argument
4020 BTA_DmRestoreFilterAcceptList(std::move(le_devices)); in btif_dm_restore_filter_accept_list()