Searched refs:evt_code (Results 1 - 16 of 16) sorted by relevance

/external/libnfc-nci/src/nfa/snep/
H A Dnfa_snep_main.c50 static char *nfa_snep_evt_code (UINT16 evt_code);
189 static char *nfa_snep_evt_code (UINT16 evt_code) argument
191 switch (evt_code)
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_main.c265 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code);
403 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) argument
405 switch (evt_code)
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_main.c160 static char *bta_hh_evt_code(tBTA_HH_INT_EVT evt_code);
374 static char *bta_hh_evt_code(tBTA_HH_INT_EVT evt_code) argument
376 switch(evt_code)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h182 UINT8 evt_code; member in struct:__anon7587
540 UINT8 evt_code,
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c714 UINT8 evt_code,
723 NFA_TRACE_API3 ("NFA_HciSendEvent(): hci_handle:0x%04x, pipe:0x%02x Code: 0x%02x", hci_handle, pipe, evt_code);
757 p_msg->evt_code = evt_code;
712 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
H A Dnfa_hci_act.c980 status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code,
1605 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
1966 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
2039 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
H A Dnfa_hci_main.c833 evt_data.rcvd_evt.evt_code = 0;
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_main.c596 char *nfa_p2p_evt_code (UINT16 evt_code) argument
598 switch (evt_code)
/external/libnfc-nci/src/nfa/cho/
H A Dnfa_cho_sm.c50 static char *nfa_cho_evt_code (tNFA_CHO_INT_EVT evt_code);
978 char *nfa_cho_evt_code (tNFA_CHO_INT_EVT evt_code) argument
980 switch (evt_code)
/external/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h321 char *nfa_p2p_evt_code (UINT16 evt_code);
H A Dnfa_hci_int.h232 UINT8 evt_code; member in struct:__anon7728
/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);
2651 static char *bta_hl_mcap_evt_code(UINT8 evt_code) argument
2654 switch (evt_code)
2707 static char *bta_hl_cback_evt_code(UINT8 evt_code) argument
2710 switch (evt_code)
H A Dbta_hl_int.h851 extern char *bta_hl_evt_code(tBTA_HL_INT_EVT evt_code);
H A Dbta_hl_utils.c3208 char *bta_hl_evt_code(tBTA_HL_INT_EVT evt_code) argument
3210 switch (evt_code)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c1253 char *bta_av_evt_code(UINT16 evt_code) argument
1255 switch(evt_code)
H A Dbta_av_int.h631 extern char *bta_av_evt_code(UINT16 evt_code);

Completed in 326 milliseconds