Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_config.h51 struct btif_set_device_clockoffset { struct
54 bool operator()(const RawAddress& bda, int clock_offset) { return body(bda, clock_offset); } in operator()
Dmock_btif_config.cc45 struct btif_set_device_clockoffset btif_set_device_clockoffset; variable
70 bool btif_set_device_clockoffset(const RawAddress& bda, int clock_offset) { in btif_set_device_clockoffset() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc192 bool btif_set_device_clockoffset(const RawAddress& bda, int clock_offset) { in btif_set_device_clockoffset() function