Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_devctl.cc51 DEV_CLASS BTM_ReadDeviceClass(void) { in BTM_ReadDeviceClass() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc381 DEV_CLASS BTM_ReadDeviceClass(void) { return btm_cb.devcb.dev_class; } in BTM_ReadDeviceClass() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dbtm_client_interface.h130 [[nodiscard]] DEV_CLASS (*BTM_ReadDeviceClass)(); member