Lines Matching refs:att_put_u16
132 att_put_u16(start, &pdu[1]); in enc_read_by_grp_req()
133 att_put_u16(end, &pdu[3]); in enc_read_by_grp_req()
240 att_put_u16(start, &pdu[1]); in enc_find_by_type_req()
241 att_put_u16(end, &pdu[3]); in enc_find_by_type_req()
306 att_put_u16(range->start, &pdu[offset]); in enc_find_by_type_resp()
307 att_put_u16(range->end, &pdu[offset + 2]); in enc_find_by_type_resp()
356 att_put_u16(start, &pdu[1]); in enc_read_by_type_req()
357 att_put_u16(end, &pdu[3]); in enc_read_by_type_req()
457 att_put_u16(handle, &pdu[1]); in enc_write_cmd()
506 att_put_u16(handle, &pdu[1]); in enc_write_req()
573 att_put_u16(handle, &pdu[1]); in enc_read_req()
591 att_put_u16(handle, &pdu[1]); in enc_read_blob_req()
592 att_put_u16(offset, &pdu[3]); in enc_read_blob_req()
728 att_put_u16(start, &pdu[1]); in enc_find_info_req()
729 att_put_u16(end, &pdu[3]); in enc_find_info_req()
834 att_put_u16(a->handle, &pdu[1]); in enc_notification()
851 att_put_u16(a->handle, &pdu[1]); in enc_indication()
907 att_put_u16(mtu, &pdu[1]); in enc_mtu_req()
944 att_put_u16(mtu, &pdu[1]); in enc_mtu_resp()