Home
last modified time | relevance | path

Searched refs:btif_storage_get_wake_capable_classic_hid_devices (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc50 struct btif_storage_get_wake_capable_classic_hid_devices
51 btif_storage_get_wake_capable_classic_hid_devices; variable
116 btif_storage_get_wake_capable_classic_hid_devices::return_value = {};
181 std::vector<RawAddress> btif_storage_get_wake_capable_classic_hid_devices( in btif_storage_get_wake_capable_classic_hid_devices() function
185 btif_storage_get_wake_capable_classic_hid_devices(); in btif_storage_get_wake_capable_classic_hid_devices()
Dmock_btif_profile_storage.h196 struct btif_storage_get_wake_capable_classic_hid_devices { struct
202 extern struct btif_storage_get_wake_capable_classic_hid_devices argument
203 btif_storage_get_wake_capable_classic_hid_devices;
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h83 std::vector<RawAddress> btif_storage_get_wake_capable_classic_hid_devices(void);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc417 std::vector<RawAddress> btif_storage_get_wake_capable_classic_hid_devices( in btif_storage_get_wake_capable_classic_hid_devices() function
Dbluetooth.cc794 auto classic_hid_addrs = btif_storage_get_wake_capable_classic_hid_devices(); in allow_wake_by_hid()