Home
last modified time | relevance | path

Searched refs:p_buff (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/bt/stack/sdp/
H A Dsdp_db.cc480 uint8_t* p_buff = in SDP_AddSequence() local
483 p = p_buff; in SDP_AddSequence()
527 (uint32_t)(p - p_buff), p_buff); in SDP_AddSequence()
528 osi_free(p_buff); in SDP_AddSequence()
553 p = p_buff; in SDP_AddUuidSequence()
568 (uint32_t)(p - p_buff), p_buff); in SDP_AddUuidSequence()
621 p = p_buff; in SDP_AddAdditionProtoLists()
659 p = p_buff + 2; in SDP_AddProfileDescriptorList()
672 *(p_buff + 1) = (uint8_t)(p - (p_buff + 2)); in SDP_AddProfileDescriptorList()
699 p = p_buff; in SDP_AddLanguageBaseAttrIDList()
[all …]
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_snep_api.h140 uint8_t* p_buff; /* buffer for NDEF message */ member
146 uint8_t* p_buff; /* buffer to free */ member
152 uint8_t* p_buff; /* buffer for NDEF message */ member
H A Dnfa_hci_int.h526 uint8_t inst, char* p_buff,
/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_utils.cc1327 char* p_buff, const uint8_t max_buff_size) { in nfa_hciu_get_type_inst_names() argument
1330 xx = snprintf(p_buff, max_buff_size, "Type: %s [0x%02x] ", in nfa_hciu_get_type_inst_names()
1335 snprintf(&p_buff[xx], max_buff_size - xx, "Inst: %s [0x%02x] ", in nfa_hciu_get_type_inst_names()
1340 snprintf(&p_buff[xx], max_buff_size - xx, "Evt: %s [0x%02x] ", in nfa_hciu_get_type_inst_names()
1345 snprintf(&p_buff[xx], max_buff_size - xx, "Resp: %s [0x%02x] ", in nfa_hciu_get_type_inst_names()
1350 snprintf(&p_buff[xx], max_buff_size - xx, "Inst: %u ", inst); in nfa_hciu_get_type_inst_names()
1353 return p_buff; in nfa_hciu_get_type_inst_names()
/aosp12/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.cc93 *(*p_buff)++ = NFA_EE_SYSTEM_CODE_LEN + 2; in add_route_sys_code_tlv()
94 *(*p_buff)++ = sys_code_rt_loc; in add_route_sys_code_tlv()
95 *(*p_buff)++ = sys_code_pwr_cfg; in add_route_sys_code_tlv()
97 memcpy(*p_buff, p_sys_code_cfg, NFA_EE_SYSTEM_CODE_LEN); in add_route_sys_code_tlv()
98 *p_buff += NFA_EE_SYSTEM_CODE_LEN; in add_route_sys_code_tlv()
479 uint8_t num_tlv = *p_buff; in nfa_ee_add_sys_code_route_to_ecb()
505 if (*p_buff == 0 && (num_tlv > 0x00)) { in nfa_ee_add_sys_code_route_to_ecb()
507 *p_buff = 1; in nfa_ee_add_sys_code_route_to_ecb()
508 num_tlv = *p_buff; in nfa_ee_add_sys_code_route_to_ecb()
510 pp = p_buff + 1; in nfa_ee_add_sys_code_route_to_ecb()
[all …]
/aosp12/system/bt/bta/test/
H A Dbta_dm_cust_uuid_test.cc35 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { return BTM_SUCCESS; } in BTM_WriteEIR() argument
/aosp12/system/bt/test/mock/
H A Dmock_stack_btm_inq.cc114 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() argument
H A Dmock_main_shim_btm_api.cc211 tBTM_STATUS bluetooth::shim::BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() argument
/aosp12/system/bt/stack/include/
H A Dbtm_api.h835 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff);
H A Dbtm_client_interface.h210 tBTM_STATUS (*BTM_WriteEIR)(BT_HDR* p_buff);
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/lib/
H A DphNxpEseProto7816_3.cpp35 static uint8_t phNxpEseProto7816_ComputeLRC(unsigned char* p_buff,
104 static uint8_t phNxpEseProto7816_ComputeLRC(unsigned char* p_buff, in phNxpEseProto7816_ComputeLRC() argument
109 LRC = LRC ^ p_buff[i]; in phNxpEseProto7816_ComputeLRC()
/aosp12/system/bt/stack/btm/
H A Dbtm_inq.cc1504 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() argument
1507 btsnd_hcic_write_ext_inquiry_response(p_buff, BTM_EIR_DEFAULT_FEC_REQUIRED); in BTM_WriteEIR()
1510 osi_free(p_buff); in BTM_WriteEIR()
/aosp12/system/nfc/src/nfc/tags/
H A Drw_i93.cc485 NFC_HDR* p_buff; in rw_i93_send_to_upper() local
544 p_buff = (NFC_HDR*)GKI_getbuf((uint16_t)(length + NFC_HDR_SIZE)); in rw_i93_send_to_upper()
546 if (p_buff) { in rw_i93_send_to_upper()
547 p_buff->offset = 0; in rw_i93_send_to_upper()
548 p_buff->len = length; in rw_i93_send_to_upper()
550 memcpy((p_buff + 1), p, length); in rw_i93_send_to_upper()
554 rw_data.i93_data.p_data = p_buff; in rw_i93_send_to_upper()
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc877 tBTM_STATUS bluetooth::shim::BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() argument
879 CHECK(p_buff != nullptr); in BTM_WriteEIR()
880 osi_free(p_buff); in BTM_WriteEIR()
H A Dbtm_api.h278 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff);
/aosp12/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
H A DphNxpEseProto7816_3.cpp64 static uint8_t phNxpEseProto7816_ComputeLRC(unsigned char* p_buff,
324 static uint8_t phNxpEseProto7816_ComputeLRC(unsigned char* p_buff, in phNxpEseProto7816_ComputeLRC() argument
329 LRC = LRC ^ p_buff[i]; in phNxpEseProto7816_ComputeLRC()
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc215 tBTM_STATUS bluetooth::shim::BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() argument