Home
last modified time | relevance | path

Searched refs:BT_UUID_128 (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Duuid.c73 return memcmp(BT_UUID_128(u1)->val, BT_UUID_128(u2)->val, 16); in bt_uuid_cmp()
93 memcpy(&BT_UUID_128(uuid)->val, data, 16); in bt_uuid_create()
115 memcpy(&tmp0, &BT_UUID_128(uuid)->val[0], sizeof(tmp0)); in bt_uuid_to_str()
116 memcpy(&tmp1, &BT_UUID_128(uuid)->val[2], sizeof(tmp1)); in bt_uuid_to_str()
117 memcpy(&tmp2, &BT_UUID_128(uuid)->val[6], sizeof(tmp2)); in bt_uuid_to_str()
118 memcpy(&tmp3, &BT_UUID_128(uuid)->val[8], sizeof(tmp3)); in bt_uuid_to_str()
119 memcpy(&tmp4, &BT_UUID_128(uuid)->val[10], sizeof(tmp4)); in bt_uuid_to_str()
120 memcpy(&tmp5, &BT_UUID_128(uuid)->val[12], sizeof(tmp5)); in bt_uuid_to_str()
A Dsdp.c1517 net_buf_add_mem(buf, BT_UUID_128(param->uuid)->val, in sdp_client_ssa_search()
1518 ARRAY_SIZE(BT_UUID_128(param->uuid)->val)); in sdp_client_ssa_search()
A Dgatt.c1202 BT_UUID_128(uuid)->val, 16); in bt_gatt_attr_read_service()
1326 memcpy(pdu.uuid, BT_UUID_128(chrc->uuid)->val, 16); in bt_gatt_attr_read_chrc()
2783 net_buf_add_mem(buf, BT_UUID_128(params->uuid)->val, 16); in gatt_find_type()
3531 net_buf_add_mem(buf, BT_UUID_128(params->by_uuid.uuid)->val, 16); in gatt_read_uuid()
A Datt.c645 memcpy(data->info128->uuid, BT_UUID_128(attr->uuid)->val, in find_info_cb()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Duuid.h80 #define BT_UUID_128(__u) CONTAINER_OF(__u, struct bt_uuid_128, uuid) macro
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c78 memcpy(UUID128(uuid), BT_UUID_128(btuuid)->val, 16); in uuid_covert()
93 memcpy(BT_UUID_128(btuuid)->val, UUID128(uuid), 16); in btuuid_covert()

Completed in 23 milliseconds