Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_devctl.cc65 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS /* dev_class */) { in BTM_SetDeviceClass() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc424 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) { in BTM_SetDeviceClass() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_client_interface.h155 [[nodiscard]] tBTM_STATUS (*BTM_SetDeviceClass)(DEV_CLASS dev_class); member