Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/sys/
Dutl.c240 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS) in utl_set_device_class()
/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c817 btm_status = BTM_SetDeviceClass(dev_class); in GAP_SetDeviceClass()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c684 BTM_SetDeviceClass((UINT8 *) BTM_INIT_CLASS_OF_DEVICE); in btm_continue_reset()
1753 tBTM_STATUS BTM_SetDeviceClass (DEV_CLASS dev_class) in BTM_SetDeviceClass() function
Dbtm_inq.c293 (void) BTM_SetDeviceClass (cod); in BTM_SetDiscoverability()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h2109 BTM_API extern tBTM_STATUS BTM_SetDeviceClass (DEV_CLASS dev_class);
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c369 BTM_SetDeviceClass (dev_class); in bta_dm_sys_hw_cback()