Home
last modified time | relevance | path

Searched defs:notify_data (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/
Dmain.c16 uint8_t notify_data[100] = {}; in main() local
Dperipheral_mtu_update.c79 void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds) in run_peripheral_sample()
/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_peripheral.c23 uint8_t notify_data[100] = {}; variable
Dmain_central.c26 uint8_t notify_data[100] = {}; variable
/Zephyr-latest/drivers/smbus/
Dintel_pch_smbus.c71 uint16_t notify_data; member
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2318 struct notify_data { struct
2319 const struct bt_gatt_attr *attr;
2320 uint16_t handle;
2321 int err;
2322 uint16_t type;
2323 union {