Searched refs:att_get_u16 (Results 1 – 7 of 7) sorted by relevance
157 *start = att_get_u16(&pdu[1]); in dec_read_by_grp_req()158 *end = att_get_u16(&pdu[3]); in dec_read_by_grp_req()270 *start = att_get_u16(&pdu[1]); in dec_find_by_type_req()274 *end = att_get_u16(&pdu[3]); in dec_find_by_type_req()327 range->start = att_get_u16(&pdu[offset]); in dec_find_by_type_resp()328 range->end = att_get_u16(&pdu[offset + 2]); in dec_find_by_type_resp()381 *start = att_get_u16(&pdu[1]); in dec_read_by_type_req()382 *end = att_get_u16(&pdu[3]); in dec_read_by_type_req()484 *handle = att_get_u16(&pdu[1]); in dec_write_cmd()533 *handle = att_get_u16(&pdu[1]); in dec_write_req()[all …]
80 handle = att_get_u16(&pdu[1]); in events_handler()275 char_data->start = att_get_u16(value) + 1; in char_read_by_uuid_cb()277 g_print("handle: 0x%04x \t value: ", att_get_u16(value)); in char_read_by_uuid_cb()436 handle = att_get_u16(value); in char_desc_cb()
106 handle = att_get_u16(&pdu[1]); in events_handler()241 handle = att_get_u16(value); in char_desc_cb()307 char_data->start = att_get_u16(value) + 1; in char_read_by_uuid_cb()309 printf("\nhandle: 0x%04x \t value: ", att_get_u16(value)); in char_read_by_uuid_cb()
173 start = att_get_u16(&data[0]); in primary_all_cb()174 end = att_get_u16(&data[2]); in primary_all_cb()275 last = att_get_u16(value); in char_discovered_cb()294 chars->value_handle = att_get_u16(&value[3]); in char_discovered_cb()
167 static inline uint16_t att_get_u16(const void *ptr) in att_get_u16() function233 bt_uuid16_create(&uuid, att_get_u16(ptr)); in att_get_uuid16()
285 handle = att_get_u16(&pdu[1]); in events_handler()811 handle = att_get_u16(info); in descriptor_cb()
206 cfg_val = att_get_u16(attr->data); in client_set_notifications()218 handle = att_get_u16(&a->data[1]); in client_set_notifications()1182 sdp_uuid16_create(&svc, att_get_u16(a->data)); in attrib_create_sdp()