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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_main.c274 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code);
436 static char *gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) argument
438 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);
498 static char *bta_hh_evt_code(tBTA_HH_INT_EVT evt_code) argument
500 switch(evt_code)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h184 UINT8 evt_code; /* HCP EVT id */ member in struct:__anon20912
542 UINT8 evt_code,
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_api.c715 UINT8 evt_code,
724 NFA_TRACE_API3 ("NFA_HciSendEvent(): hci_handle:0x%04x, pipe:0x%02x Code: 0x%02x", hci_handle, pipe, evt_code);
758 p_msg->evt_code = evt_code;
713 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.c993 status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code,
1665 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
2046 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
2112 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
2140 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst;
H A Dnfa_hci_main.c953 evt_data.rcvd_evt.evt_code = 0;
/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/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h328 char *nfa_p2p_evt_code (UINT16 evt_code);
H A Dnfa_hci_int.h233 UINT8 evt_code; member in struct:__anon21054
/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);
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_int.h877 extern char *bta_hl_evt_code(tBTA_HL_INT_EVT evt_code);
H A Dbta_hl_utils.c3388 char *bta_hl_evt_code(tBTA_HL_INT_EVT evt_code) argument
3390 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.h632 extern char *bta_av_evt_code(UINT16 evt_code);

Completed in 315 milliseconds