Searched refs:evt_code (Results 1 – 12 of 12) sorted by relevance
/system/bt/bta/hd/ |
D | bta_hd_main.cc | 224 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/ |
D | bta_gattc_main.cc | 284 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/ |
D | bta_hh_main.cc | 216 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/ |
D | nfa_hci_api.h | 206 uint8_t evt_code; /* HCP EVT id */ member 512 uint8_t evt_code, uint16_t evt_size,
|
D | nfa_hci_int.h | 235 uint8_t evt_code; member
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 141 void btu_hcif_log_event_metrics(uint8_t evt_code, uint8_t* p_event) { in btu_hcif_log_event_metrics() argument 149 switch (evt_code) { in btu_hcif_log_event_metrics() 160 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics() 166 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics() 172 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics() 179 …bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, encryption_e… in btu_hcif_log_event_metrics() 191 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics() 202 android::bluetooth::DIRECTION_INCOMING, link_type, cmd, evt_code, in btu_hcif_log_event_metrics() 213 android::bluetooth::LINK_TYPE_UNKNOWN, cmd, evt_code, in btu_hcif_log_event_metrics() 226 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics() [all …]
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_api.cc | 600 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()
|
D | nfa_hci_act.cc | 984 p_pipe->pipe_id, NFA_HCI_EVENT_TYPE, p_evt_data->send_evt.evt_code, in nfa_hci_api_send_event() 1679 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_admin_gate_evt() 2050 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_connectivity_gate_pkt() 2111 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_loopback_gate_pkt() 2140 evt_data.rcvd_evt.evt_code = nfa_hci_cb.inst; in nfa_hci_handle_generic_gate_evt()
|
D | nfa_hci_main.cc | 954 evt_data.rcvd_evt.evt_code = 0; in nfa_hci_rsp_timeout()
|
/system/nfc/src/nfa/p2p/ |
D | nfa_p2p_main.cc | 57 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/ |
D | bta_av_main.cc | 1260 const char* bta_av_evt_code(uint16_t evt_code) { in bta_av_evt_code() argument 1261 switch (evt_code) { in bta_av_evt_code()
|
D | bta_av_int.h | 692 extern const char* bta_av_evt_code(uint16_t evt_code);
|