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

  /system/bt/bta/mce/
bta_mce_int.h 61 } tBTA_MCE_MSG;
83 extern void bta_mce_enable(tBTA_MCE_MSG* p_data);
84 extern void bta_mce_get_remote_mas_instances(tBTA_MCE_MSG* p_data);
bta_mce_main.cc 43 typedef void (*tBTA_MCE_ACTION)(tBTA_MCE_MSG* p_data);
70 (*bta_mce_action[action])((tBTA_MCE_MSG*)p_msg);
bta_mce_act.cc 130 void bta_mce_enable(tBTA_MCE_MSG* p_data) {
147 void bta_mce_get_remote_mas_instances(tBTA_MCE_MSG* p_data) {

Completed in 55 milliseconds