Home
last modified time | relevance | path

Searched refs:le_hid_devices (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc65 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices) { in BTM_AllowWakeByHid() argument
77 for (auto hid_address : le_hid_devices) { in BTM_AllowWakeByHid()
Dbtm_api.h99 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices);
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_api.cc381 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices) { in BTA_DmAllowWakeByHid() argument
385 std::move(le_hid_devices))); in BTA_DmAllowWakeByHid()
Dbta_dm_int.h337 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices);
Dbta_dm_act.cc1671 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices) { in bta_dm_allow_wake_by_hid() argument
1681 std::move(le_hid_devices)); in bta_dm_allow_wake_by_hid()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_dm_api.h105 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices)>
111 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices) { in operator()
112 body(classic_hid_devices, le_hid_devices); in operator()
Dmock_bta_dm_api.cc124 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices) { in BTA_DmAllowWakeByHid() argument
127 le_hid_devices); in BTA_DmAllowWakeByHid()
/packages/modules/Bluetooth/system/bta/include/
Dbta_api.h799 std::vector<std::pair<RawAddress, uint8_t>> le_hid_devices);