Home
last modified time | relevance | path

Searched refs:BTM_SetDeviceClass (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc115 .BTM_SetDeviceClass = ::BTM_SetDeviceClass,
Dbtm_devctl.cc424 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) { in BTM_SetDeviceClass() function
Dbtm_inq.cc350 (void)BTM_SetDeviceClass(cod); in BTM_SetDiscoverability()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_devctl.cc65 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS /* dev_class */) { in BTM_SetDeviceClass() function
Dmock_stack_btm_interface.cc258 .BTM_SetDeviceClass = [](DEV_CLASS /* dev_class */) -> tBTM_STATUS { in __anon9b56c4fb4b02()
/packages/modules/Bluetooth/system/bta/sys/
Dutl.cc208 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS) return true; in utl_set_device_class()
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api.h84 [[nodiscard]] tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class);
Dbtm_client_interface.h155 [[nodiscard]] tBTM_STATUS (*BTM_SetDeviceClass)(DEV_CLASS dev_class); member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc246 if (get_btm_client_interface().local.BTM_SetDeviceClass(dev_class) != in BTA_dm_on_hw_on()