Home
last modified time | relevance | path

Searched refs:BTA_ID_MCE (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/mce/
Dbta_mce_api.c66 if (p_cback && FALSE == bta_sys_is_register(BTA_ID_MCE)) { in BTA_MceEnable()
70 bta_sys_register(BTA_ID_MCE, &bta_mce_reg); in BTA_MceEnable()
Dbta_mce_int.h39 BTA_MCE_API_ENABLE_EVT = BTA_SYS_EVT_START(BTA_ID_MCE),
/system/bt/bta/sys/
Dbta_sys.h91 #define BTA_ID_MCE 29 /* Message Client Equipment */ macro