Searched refs:vnd_attr (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 611 struct bt_gatt_attr *vnd_attr = (struct bt_gatt_attr *)data; in notify_peers() local 634 err = bt_gatt_notify(conn, vnd_attr, vnd_value, notification_size); in notify_peers() 648 struct bt_gatt_attr *vnd_attr; in test_central_main() local 665 vnd_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, &vnd_enc_uuid.uuid); in test_central_main() 668 LOG_DBG("Indicate VND attr %p (UUID %s)", vnd_attr, str); in test_central_main() 691 bt_conn_foreach(BT_CONN_TYPE_LE, notify_peers, vnd_attr); in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/ |
D | main.c | 389 struct bt_gatt_attr *vnd_attr; in test_peripheral_main() local 412 vnd_attr = bt_gatt_find_by_uuid(vnd_svc.attrs, vnd_svc.attr_count, &vnd_enc_uuid.uuid); in test_peripheral_main() 437 err = bt_gatt_notify(NULL, vnd_attr, tx_data, notification_size); in test_peripheral_main()
|