Searched refs:BT_UUID_INIT_16 (Results 1 – 20 of 20) sorted by relevance
78 .srv_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROV_VAL),79 .data_in_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROV_DATA_IN_VAL),80 .data_out_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROV_DATA_OUT_VAL),81 .data_out_cccd_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL),
150 .srv_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROXY_VAL),151 .data_in_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROXY_DATA_IN_VAL),152 .data_out_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROXY_DATA_OUT_VAL),153 .data_out_cccd_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL),
9 static struct bt_uuid_16 uuid_16 = BT_UUID_INIT_16(0xffff);
92 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL); in discover_func()
43 static struct bt_uuid_16 uuid[CONFIG_BT_MAX_CONN] = {BT_UUID_INIT_16(0)};
111 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
92 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
60 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
26 static struct bt_uuid_16 discover_uuid = BT_UUID_INIT_16(0);
28 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
97 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL);
41 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
296 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
54 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
48 static struct bt_uuid_16 discover_uuid = BT_UUID_INIT_16(0);
99 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL);
78 #define BT_UUID_INIT_16(value) \ macro113 ((const struct bt_uuid *) ((const struct bt_uuid_16[]) {BT_UUID_INIT_16(value)}))
140 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
5411 static struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(0); in gatt_ccc_discover()