Home
last modified time | relevance | path

Searched refs:BTM_ReadDeviceClass (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc117 .BTM_ReadDeviceClass = ::BTM_ReadDeviceClass,
Dbtm_devctl.cc445 DEV_CLASS BTM_ReadDeviceClass(void) { return btm_cb.devcb.dev_class; } in BTM_ReadDeviceClass() function
Dbtm_inq.cc337 DEV_CLASS old_cod = BTM_ReadDeviceClass(); in BTM_SetDiscoverability()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_devctl.cc73 DEV_CLASS BTM_ReadDeviceClass(void) { in BTM_ReadDeviceClass() function
Dmock_stack_btm_interface.cc262 .BTM_ReadDeviceClass = []() -> DEV_CLASS { return kDevClassEmpty; }, in __anon9b56c4fb4d02()
/packages/modules/Bluetooth/system/bta/sys/
Dutl.cc165 old_class = BTM_ReadDeviceClass(); in utl_set_device_class()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h123 [[nodiscard]] DEV_CLASS BTM_ReadDeviceClass(void);
Dbtm_client_interface.h157 [[nodiscard]] DEV_CLASS (*BTM_ReadDeviceClass)(); member