Home
last modified time | relevance | path

Searched defs:btif_get_device_clockoffset (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_config.h43 struct btif_get_device_clockoffset { struct
46 bool operator()(const RawAddress& bda, int* p_clock_offset) { return body(bda, p_clock_offset); } in operator()
Dmock_btif_config.cc44 struct btif_get_device_clockoffset btif_get_device_clockoffset; variable
66 bool btif_get_device_clockoffset(const RawAddress& bda, int* p_clock_offset) { in btif_get_device_clockoffset() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc176 bool btif_get_device_clockoffset(const RawAddress& bda, int* p_clock_offset) { in btif_get_device_clockoffset() function