Home
last modified time | relevance | path

Searched refs:BT_UUID_SIZE_128 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/classic/sdp_c/src/
Dsdp_client.c194 } else if (len == (BT_UUID_SIZE_128 * 2)) { in cmd_ssa_discovery()
239 } else if (len == (BT_UUID_SIZE_128 * 2)) { in cmd_ss_discovery()
/Zephyr-latest/subsys/bluetooth/host/
Duuid.c91 case BT_UUID_SIZE_128: in bt_uuid_create()
Dgatt.c761 uint8_t uuid128[BT_UUID_SIZE_128];
779 uint8_t uuid128[BT_UUID_SIZE_128];
3939 len += BT_UUID_SIZE_128; in gatt_find_type()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_dir_list.c52 len += BT_UUID_SIZE_128; in dir_list_object_record_size()
106 BT_UUID_SIZE_128); in dir_list_object_encode()
Dots_client.c975 if (length == BT_UUID_SIZE_128 || length == BT_UUID_SIZE_16) { in read_obj_type_cb()
1669 if ((start_len - buf->len) + BT_UUID_SIZE_128 > rec->len) { in decode_record()
1677 uuid = net_buf_simple_pull_mem(buf, BT_UUID_SIZE_128); in decode_record()
1678 if (!bt_uuid_create(&rec->metadata.type.uuid, uuid, BT_UUID_SIZE_128)) { in decode_record()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c412 print_data_set(BT_UUID_SIZE_128, data->data, data->data_len); in data_verbose_cb()
418 if (data->data_len < BT_UUID_SIZE_128) { in data_verbose_cb()
423 print_data_set(BT_UUID_SIZE_128, data->data, BT_UUID_SIZE_128); in data_verbose_cb()
424 if (data->data_len > BT_UUID_SIZE_128) { in data_verbose_cb()
426 print_data_set(1, data->data + BT_UUID_SIZE_128, in data_verbose_cb()
427 data->data_len - BT_UUID_SIZE_128); in data_verbose_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h46 #define BT_UUID_SIZE_128 16 macro
71 uint8_t val[BT_UUID_SIZE_128];