OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_SetDeviceClass
(Results
1 - 6
of
6
) 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
515
* Function
BTM_SetDeviceClass
522
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/btif/src/
btif_core.cc
[
all
...]
/system/bt/bta/dm/
bta_dm_act.cc
400
BTM_SetDeviceClass
(dev_class);
[
all
...]
Completed in 328 milliseconds