Home
last modified time | relevance | path

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

/system/bt/bta/sys/
Dutl.cc207 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS) return true; in utl_set_device_class()
/system/bt/stack/include/
Dbtm_api.h93 extern tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class);
/system/bt/stack/btm/
Dbtm_devctl.cc522 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) { in BTM_SetDeviceClass() function
Dbtm_inq.cc236 (void)BTM_SetDeviceClass(cod); in BTM_SetDiscoverability()
/system/bt/btif/src/
Dbtif_core.cc1017 BTM_SetDeviceClass(dev_class); in btif_set_adapter_property()
/system/bt/bta/dm/
Dbta_dm_act.cc400 BTM_SetDeviceClass(dev_class); in bta_dm_sys_hw_cback()