/system/bt/bta/gatt/ |
D | bta_gattc_main.cc | 283 static const char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code); 415 static const char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) { in gattc_evt_code() argument 416 switch (evt_code) { in gattc_evt_code()
|
/system/bt/test/mock/ |
D | mock_stack_btu_hcif.cc | 61 void btu_hcif_log_event_metrics(uint8_t evt_code, uint8_t* p_event) { in btu_hcif_log_event_metrics() argument
|
D | mock_bta_av_main.cc | 62 const char* bta_av_evt_code(uint16_t evt_code) { in bta_av_evt_code() argument
|
/system/bt/bta/hh/ |
D | bta_hh_main.cc | 42 static const char* bta_hh_evt_code(tBTA_HH_INT_EVT evt_code); 372 static const char* bta_hh_evt_code(tBTA_HH_INT_EVT evt_code) { in bta_hh_evt_code() argument 373 switch (evt_code) { in bta_hh_evt_code()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 104 void btu_hcif_log_event_metrics(uint8_t evt_code, uint8_t* p_event) { in btu_hcif_log_event_metrics() argument 112 switch (evt_code) { in btu_hcif_log_event_metrics() 123 log_classic_pairing_event(bda, handle, cmd, evt_code, status, reason, in btu_hcif_log_event_metrics() 130 log_classic_pairing_event(bda, handle, cmd, evt_code, status, reason, in btu_hcif_log_event_metrics() 137 log_classic_pairing_event(bda, handle, cmd, evt_code, status, reason, in btu_hcif_log_event_metrics() 145 log_classic_pairing_event(bda, handle, cmd, evt_code, status, reason, in btu_hcif_log_event_metrics() 158 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics() 207 android::bluetooth::DIRECTION_INCOMING, link_type, cmd, evt_code, in btu_hcif_log_event_metrics() 218 android::bluetooth::LINK_TYPE_UNKNOWN, cmd, evt_code, in btu_hcif_log_event_metrics() 231 evt_code, android::bluetooth::hci::BLE_EVT_UNKNOWN, status, reason); in btu_hcif_log_event_metrics() [all …]
|
/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/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() 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()
|
D | nfa_hci_main.cc | 970 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/stack/btm/ |
D | btm_iso_impl.h | 96 uint8_t evt_code = IsCigKnown(cig_id) ? kIsoEventCigOnReconfigureCmpl in on_set_cig_params() local 104 if (evt_code == kIsoEventCigOnReconfigureCmpl) { in on_set_cig_params() 127 cig_callbacks_->OnCigEvent(evt_code, &evt); in on_set_cig_params()
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 1261 const char* bta_av_evt_code(uint16_t evt_code) { in bta_av_evt_code() argument 1262 switch (evt_code) { in bta_av_evt_code()
|
D | bta_av_int.h | 719 extern const char* bta_av_evt_code(uint16_t evt_code);
|