OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_MCE_STATUS
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_mce_api.h
42
typedef UINT8
tBTA_MCE_STATUS
;
66
tBTA_MCE_STATUS
status;
75
tBTA_MCE_STATUS
status; /* BTA_MCE_ENABLE_EVT */
111
BTA_API extern
tBTA_MCE_STATUS
BTA_MceEnable(tBTA_MCE_DM_CBACK *p_cback);
126
BTA_API extern
tBTA_MCE_STATUS
BTA_MceGetRemoteMasInstances(BD_ADDR bd_addr);
/external/bluetooth/bluedroid/bta/mce/
bta_mce_api.c
60
tBTA_MCE_STATUS
BTA_MceEnable(tBTA_MCE_DM_CBACK *p_cback)
62
tBTA_MCE_STATUS
status = BTA_MCE_FAILURE;
97
tBTA_MCE_STATUS
BTA_MceGetRemoteMasInstances(BD_ADDR bd_addr)
99
tBTA_MCE_STATUS
ret = BTA_MCE_FAILURE;
bta_mce_act.c
133
tBTA_MCE_STATUS
status = BTA_MCE_SUCCESS;
154
tBTA_MCE_STATUS
status = BTA_MCE_FAILURE;
Completed in 225 milliseconds