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

/system/bt/bta/gatt/
H A Dbta_gattc_main.c251 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code);
423 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) argument
425 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);
496 static char *bta_hh_evt_code(tBTA_HH_INT_EVT evt_code) argument
498 switch(evt_code)
/system/bt/bta/av/
H A Dbta_av_main.c1332 char *bta_av_evt_code(UINT16 evt_code) argument
1334 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);
2646 static char *bta_hl_mcap_evt_code(UINT8 evt_code) argument
2649 switch (evt_code)
2702 static char *bta_hl_cback_evt_code(UINT8 evt_code) argument
2705 switch (evt_code)
H A Dbta_hl_utils.c3352 char *bta_hl_evt_code(tBTA_HL_INT_EVT evt_code) argument
3354 switch (evt_code)

Completed in 104 milliseconds