Searched defs:evt_code (Results 1 - 10 of 10) sorted by relevance
/system/bt/bta/gatt/ |
H A D | bta_gattc_main.cc | 281 static char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code); 406 static char* gattc_evt_code(tBTA_GATTC_INT_EVT evt_code) { argument 407 switch (evt_code) {
|
/system/bt/bta/hd/ |
H A D | bta_hd_main.cc | 226 static const char* bta_hd_evt_code(tBTA_HD_INT_EVT evt_code); 307 static const char* bta_hd_evt_code(tBTA_HD_INT_EVT evt_code) { argument 308 switch (evt_code) {
|
/system/bt/bta/hh/ |
H A 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) { argument 437 switch (evt_code) {
|
/system/nfc/src/nfa/hci/ |
H A D | nfa_hci_api.c | 708 uint8_t evt_code, uint16_t evt_size, 715 hci_handle, pipe, evt_code); 748 p_msg->evt_code = evt_code; 707 NFA_HciSendEvent(tNFA_HANDLE hci_handle, uint8_t pipe, uint8_t evt_code, uint16_t evt_size, uint8_t* p_data, uint16_t rsp_size, uint8_t* p_rsp_buf, uint16_t rsp_timeout) argument
|
/system/nfc/src/nfa/p2p/ |
H A D | nfa_p2p_main.c | 784 char* nfa_p2p_evt_code(uint16_t evt_code) { argument 785 switch (evt_code) {
|
/system/bt/bta/av/ |
H A D | bta_av_main.cc | 1233 const char* bta_av_evt_code(uint16_t evt_code) { argument 1234 switch (evt_code) {
|
/system/nfc/src/nfa/include/ |
H A D | nfa_hci_api.h | 206 uint8_t evt_code; /* HCP EVT id */ member in struct:__anon2116 552 uint8_t evt_code, uint16_t evt_size,
|
/system/bt/bta/hl/ |
H A D | bta_hl_act.cc | 46 static const char* bta_hl_mcap_evt_code(uint8_t evt_code); 48 static const char* bta_hl_cback_evt_code(uint8_t evt_code); 2287 static const char* bta_hl_mcap_evt_code(uint8_t evt_code) { argument 2288 switch (evt_code) { 2320 static const char* bta_hl_cback_evt_code(uint8_t evt_code) { argument 2321 switch (evt_code) {
|
H A D | bta_hl_utils.cc | 2962 const char* bta_hl_evt_code(tBTA_HL_INT_EVT evt_code) { argument 2963 switch (evt_code) {
|
/system/nfc/src/nfa/int/ |
H A D | nfa_hci_int.h | 233 uint8_t evt_code; member in struct:__anon2251
|
Completed in 1895 milliseconds