Searched refs:notify_characteristic_uuid (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
D | peripheral_mtu_update.c | 25 static const struct bt_uuid_128 notify_characteristic_uuid = variable 46 BT_GATT_CHARACTERISTIC(¬ify_characteristic_uuid.uuid, BT_GATT_CHRC_NOTIFY, 92 bt_gatt_find_by_uuid(mtu_test.attrs, 0xffff, ¬ify_characteristic_uuid.uuid); in run_peripheral_sample()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 35 static const struct bt_uuid_128 notify_characteristic_uuid = variable 54 BT_GATT_CHARACTERISTIC(¬ify_characteristic_uuid.uuid, BT_GATT_CHRC_NOTIFY, 157 ¬ify_characteristic_uuid.uuid); in send_value_notification() 243 bt_gatt_find_by_uuid(NULL, 0, ¬ify_characteristic_uuid.uuid); in check_ccc_handle()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 36 static const struct bt_uuid_128 notify_characteristic_uuid = variable 55 BT_GATT_CHARACTERISTIC(¬ify_characteristic_uuid.uuid, BT_GATT_CHRC_NOTIFY, 271 bt_gatt_find_by_uuid(NULL, 0, ¬ify_characteristic_uuid.uuid); in check_ccc_handle()
|