HomeSort by relevance Sort by last modified time
    Searched refs:BTM_SetDeviceClass (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/sys/
utl.cc 207 if (BTM_SetDeviceClass(dev_class) == BTM_SUCCESS) return true;
  /system/bt/stack/btm/
btm_devctl.cc 504 * Function BTM_SetDeviceClass
511 tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class) {
btm_inq.cc 236 (void)BTM_SetDeviceClass(cod);
    [all...]
  /system/bt/stack/include/
btm_api.h 86 * Function BTM_SetDeviceClass
93 extern tBTM_STATUS BTM_SetDeviceClass(DEV_CLASS dev_class);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 417 BTM_SetDeviceClass(dev_class);
    [all...]

Completed in 58 milliseconds