Lines Matching refs:p_value
721 p_data->p_value && p_data->p_value->unformat.len == 2) in bta_hh_le_save_rpt_ref()
723 pp = p_data->p_value->unformat.p_value; in bta_hh_le_save_rpt_ref()
780 p_data->p_value && p_data->p_value->unformat.len == 2) in bta_hh_le_save_ext_rpt_ref()
782 pp = p_data->p_value->unformat.p_value; in bta_hh_le_save_ext_rpt_ref()
934 value.p_value = buf; in bta_hh_le_write_char_clt_cfg()
1850 pp = p_data->p_value->unformat.p_value; in bta_hh_le_save_rpt_map()
1856 if (p_data->p_value->unformat.len > 0) in bta_hh_le_save_rpt_map()
1857 p_srvc->rpt_map = (UINT8 *)GKI_getbuf(p_data->p_value->unformat.len); in bta_hh_le_save_rpt_map()
1861 STREAM_TO_ARRAY(p_srvc->rpt_map, pp, p_data->p_value->unformat.len); in bta_hh_le_save_rpt_map()
1862 p_srvc->descriptor.dl_len = p_data->p_value->unformat.len; in bta_hh_le_save_rpt_map()
1912 p_data->p_value != NULL && in bta_hh_le_proc_get_rpt_cmpl()
1913 …(p_buf = (BT_HDR *)GKI_getbuf((UINT16)(sizeof(BT_HDR) +p_data->p_value->unformat.len + 1))) != NUL… in bta_hh_le_proc_get_rpt_cmpl()
1917 p_buf->len = p_data->p_value->unformat.len + 1; in bta_hh_le_proc_get_rpt_cmpl()
1924 memcpy(pp, p_data->p_value->unformat.p_value, p_data->p_value->unformat.len); in bta_hh_le_proc_get_rpt_cmpl()
1952 if (p_data->status == BTA_GATT_OK && p_data->p_value) in bta_hh_le_proc_read_proto_mode()
1956 hs_data.rsp_data.proto_mode = *(p_data->p_value->unformat.p_value); in bta_hh_le_proc_read_proto_mode()
1995 if (p_data->status == BTA_GATT_OK && p_data->p_value) in bta_hh_w4_le_read_char_cmpl()
1997 pp = p_data->p_value->unformat.p_value; in bta_hh_w4_le_read_char_cmpl()
2095 pp = p_data->p_value->unformat.p_value; in bta_hh_le_read_descr_cmpl()
2548 UINT8 *p_value, rpt_id; in bta_hh_le_write_rpt() local
2557 p_value = (UINT8 *)(p_buf + 1) + p_buf->offset; in bta_hh_le_write_rpt()
2558 STREAM_TO_UINT8(rpt_id, p_value); in bta_hh_le_write_rpt()
2581 p_value, in bta_hh_le_write_rpt()