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

/external/bluetooth/bluedroid/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)
/external/bluetooth/bluedroid/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)
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c723 UINT8 evt_code,
732 NFA_TRACE_API3 ("NFA_HciSendEvent(): hci_handle:0x%04x, pipe:0x%02x Code: 0x%02x", hci_handle, pipe, evt_code);
766 p_msg->evt_code = evt_code;
721 NFA_HciSendEvent(tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 evt_code, UINT16 evt_size, UINT8 *p_data, UINT16 rsp_size, UINT8 *p_rsp_buf, UINT16 rsp_timeout) argument
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_main.c776 char *nfa_p2p_evt_code (UINT16 evt_code) argument
778 switch (evt_code)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c1342 char *bta_av_evt_code(UINT16 evt_code) argument
1344 switch(evt_code)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h184 UINT8 evt_code; /* HCP EVT id */ member in struct:__anon24040
541 UINT8 evt_code,
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_act.c47 static char *bta_hl_mcap_evt_code(UINT8 evt_code);
49 static char *bta_hl_cback_evt_code(UINT8 evt_code);
2692 static char *bta_hl_mcap_evt_code(UINT8 evt_code) argument
2695 switch (evt_code)
2748 static char *bta_hl_cback_evt_code(UINT8 evt_code) argument
2751 switch (evt_code)
H A Dbta_hl_utils.c3396 char *bta_hl_evt_code(tBTA_HL_INT_EVT evt_code) argument
3398 switch (evt_code)
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h233 UINT8 evt_code; member in struct:__anon24184

Completed in 138 milliseconds