Searched refs:p_buff (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_db.cc | 479 uint8_t* p_buff = in SDP_AddSequence() local 482 p = p_buff; in SDP_AddSequence() 511 if (p - p_buff > SDP_MAX_ATTR_LEN) { in SDP_AddSequence() 514 if (p_head == p_buff) { in SDP_AddSequence() 517 osi_free(p_buff); in SDP_AddSequence() 526 (uint32_t)(p - p_buff), p_buff); in SDP_AddSequence() 527 osi_free(p_buff); in SDP_AddSequence() 553 uint8_t* p_buff = in SDP_AddUuidSequence() local 556 p = p_buff; in SDP_AddUuidSequence() 563 if ((p - p_buff) > max_len) { in SDP_AddUuidSequence() [all …]
|
/system/nfc/src/nfa/include/ |
D | nfa_snep_api.h | 140 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
|
D | nfa_hci_int.h | 526 uint8_t inst, char* p_buff,
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 1327 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()
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 88 static void add_route_sys_code_tlv(uint8_t** p_buff, uint8_t* p_sys_code_cfg, in add_route_sys_code_tlv() argument 91 *(*p_buff)++ = NFC_ROUTE_TAG_SYSCODE | nfa_ee_cb.route_block_control; in add_route_sys_code_tlv() 92 *(*p_buff)++ = NFA_EE_SYSTEM_CODE_LEN + 2; in add_route_sys_code_tlv() 93 *(*p_buff)++ = sys_code_rt_loc; in add_route_sys_code_tlv() 94 *(*p_buff)++ = sys_code_pwr_cfg; in add_route_sys_code_tlv() 96 memcpy(*p_buff, p_sys_code_cfg, NFA_EE_SYSTEM_CODE_LEN); in add_route_sys_code_tlv() 97 *p_buff += NFA_EE_SYSTEM_CODE_LEN; in add_route_sys_code_tlv() 470 uint8_t* p, uint8_t* p_buff, in nfa_ee_add_sys_code_route_to_ecb() argument 473 uint8_t num_tlv = *p_buff; in nfa_ee_add_sys_code_route_to_ecb() 498 nfa_ee_check_set_routing(new_size, p_max_len, p_buff, p_cur_offset); in nfa_ee_add_sys_code_route_to_ecb() [all …]
|
/system/bt/stack/include/ |
D | btm_api.h | 1483 extern tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff);
|
/system/nfc/src/nfc/tags/ |
D | rw_i93.cc | 521 NFC_HDR* p_buff; in rw_i93_send_to_upper() local 580 p_buff = (NFC_HDR*)GKI_getbuf((uint16_t)(length + NFC_HDR_SIZE)); in rw_i93_send_to_upper() 582 if (p_buff) { in rw_i93_send_to_upper() 583 p_buff->offset = 0; in rw_i93_send_to_upper() 584 p_buff->len = length; in rw_i93_send_to_upper() 586 memcpy((p_buff + 1), p, length); in rw_i93_send_to_upper() 590 rw_data.i93_data.p_data = p_buff; in rw_i93_send_to_upper()
|
/system/bt/stack/btm/ |
D | btm_inq.cc | 2076 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() argument 2079 btsnd_hcic_write_ext_inquiry_response(p_buff, BTM_EIR_DEFAULT_FEC_REQUIRED); in BTM_WriteEIR() 2082 osi_free(p_buff); in BTM_WriteEIR()
|
/system/bt/main/shim/ |
D | btm_api.h | 355 tBTM_STATUS BTM_WriteEIR(BT_HDR* p_buff);
|
D | btm_api.cc | 711 tBTM_STATUS bluetooth::shim::BTM_WriteEIR(BT_HDR* p_buff) { in BTM_WriteEIR() argument 713 CHECK(p_buff != nullptr); in BTM_WriteEIR()
|