Searched defs:evt_code (Results 1 - 5 of 5) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_main.c280 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code);
452 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) argument
454 switch (evt_code)
/system/bt/bta/hh/
H A Dbta_hh_main.c261 static char *bta_hh_evt_code(tBTA_HH_INT_EVT evt_code);
504 static char *bta_hh_evt_code(tBTA_HH_INT_EVT evt_code) argument
506 switch(evt_code)
/system/bt/bta/av/
H A Dbta_av_main.c1367 char *bta_av_evt_code(UINT16 evt_code) argument
1369 switch(evt_code)
/system/bt/bta/hl/
H A Dbta_hl_act.c46 static char *bta_hl_mcap_evt_code(UINT8 evt_code);
48 static char *bta_hl_cback_evt_code(UINT8 evt_code);
2691 static char *bta_hl_mcap_evt_code(UINT8 evt_code) argument
2694 switch (evt_code)
2747 static char *bta_hl_cback_evt_code(UINT8 evt_code) argument
2750 switch (evt_code)
H A Dbta_hl_utils.c3390 char *bta_hl_evt_code(tBTA_HL_INT_EVT evt_code) argument
3392 switch (evt_code)

Completed in 117 milliseconds