Home
last modified time | relevance | path

Searched refs:evt_code (Results 1 – 12 of 12) sorted by relevance

/system/bt/bta/hd/
Dbta_hd_main.cc224 static const char* bta_hd_evt_code(tBTA_HD_INT_EVT evt_code);
305 static const char* bta_hd_evt_code(tBTA_HD_INT_EVT evt_code) { in bta_hd_evt_code() argument
306 switch (evt_code) { in bta_hd_evt_code()
/system/bt/bta/gatt/
Dbta_gattc_main.cc284 static const char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code);
416 static const char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) { in gattc_evt_code() argument
417 switch (evt_code) { in gattc_evt_code()
/system/bt/bta/hh/
Dbta_hh_main.cc216 static const char* bta_hh_evt_code(tBTA_HH_INT_EVT evt_code);
436 static const char* bta_hh_evt_code(tBTA_HH_INT_EVT evt_code) { in bta_hh_evt_code() argument
437 switch (evt_code) { in bta_hh_evt_code()
/system/nfc/src/nfa/include/
Dnfa_hci_api.h206 uint8_t evt_code; /* HCP EVT id */ member
512 uint8_t evt_code, uint16_t evt_size,
Dnfa_hci_int.h235 uint8_t evt_code; member
/system/bt/stack/btu/
Dbtu_hcif.cc145 void btu_hcif_log_event_metrics(uint8_t evt_code, uint8_t* p_event) { in btu_hcif_log_event_metrics() argument
153 switch (evt_code) { in btu_hcif_log_event_metrics()
164 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
170 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
176 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
183 …bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, encryption_e… in btu_hcif_log_event_metrics()
195 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics()
244 android::bluetooth::DIRECTION_INCOMING, link_type, cmd, evt_code, in btu_hcif_log_event_metrics()
255 android::bluetooth::LINK_TYPE_UNKNOWN, cmd, evt_code, in btu_hcif_log_event_metrics()
268 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics()
[all …]
/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc600 uint8_t evt_code, uint16_t evt_size, in NFA_HciSendEvent() argument
607 hci_handle, pipe, evt_code); in NFA_HciSendEvent()
642 p_msg->evt_code = evt_code; in NFA_HciSendEvent()
Dnfa_hci_act.cc984 p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code, in nfa_hci_api_send_event()
1685 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_admin_gate_evt()
2056 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_connectivity_gate_pkt()
2117 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_loopback_gate_pkt()
2146 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_generic_gate_evt()
Dnfa_hci_main.cc970 evt_data.rcvd_evt.evt_code = 0; in nfa_hci_rsp_timeout()
/system/nfc/src/nfa/p2p/
Dnfa_p2p_main.cc57 static std::string nfa_p2p_evt_code(uint16_t evt_code);
784 static std::string nfa_p2p_evt_code(uint16_t evt_code) { in nfa_p2p_evt_code() argument
785 switch (evt_code) { in nfa_p2p_evt_code()
/system/bt/bta/av/
Dbta_av_main.cc1317 const char* bta_av_evt_code(uint16_t evt_code) { in bta_av_evt_code() argument
1318 switch (evt_code) { in bta_av_evt_code()
Dbta_av_int.h699 extern const char* bta_av_evt_code(uint16_t evt_code);