Lines Matching +full:0 +full:x34
19 0xf0, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
20 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
22 0xf2, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
23 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
25 static uint8_t test_value[] = { 'T', 'e', 's', 't', '\0' };
28 0xf4, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
29 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
32 0xf5, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12,
33 0x78, 0x56, 0x34, 0x12, 0x78, 0x56, 0x34, 0x12);
39 nfy_enabled = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in test1_ccc_cfg_changed()
168 uint16_t num = 0; in ZTEST()
177 bt_gatt_foreach_attr(test_attrs[0].handle, 0xffff, count_attr, &num); in ZTEST()
181 num = 0; in ZTEST()
182 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, NULL, NULL, 1, in ZTEST()
188 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, in ZTEST()
189 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
199 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, NULL, in ZTEST()
200 test_value, 0, find_attr, &attr); in ZTEST()
208 num = 0; in ZTEST()
209 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, in ZTEST()
210 BT_UUID_GATT_CHRC, NULL, 0, count_attr, &num); in ZTEST()
215 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, in ZTEST()
221 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, in ZTEST()
241 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, in ZTEST()
242 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
248 ret = attr->read(NULL, attr, (void *)buf, sizeof(buf), 0); in ZTEST()
267 bt_gatt_foreach_attr_type(test_attrs[0].handle, 0xffff, in ZTEST()
268 &test_chrc_uuid.uuid, NULL, 0, find_attr, in ZTEST()
272 ret = attr->write(NULL, attr, (void *)value, strlen(value), 0, 0); in ZTEST()