Home
last modified time | relevance | path

Searched refs:received_notification (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/
Ddut.c31 static uint8_t received_notification(struct bt_conn *conn, in received_notification() function
97 fake_subscribe(peer, GATT_HANDLE, received_notification); in run_test_iteration()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Dpeer.c67 static uint8_t received_notification(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, in received_notification() function
142 subscribe(conn, g_handle, received_notification); in test_iteration()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/
Dclient.c83 static uint8_t received_notification(struct bt_conn *conn, in received_notification() function
166 subscribe(conn, handle, received_notification); in client_procedure()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/
Dpeer.c72 static uint8_t received_notification(struct bt_conn *conn, in received_notification() function
187 subscribe(conn, handle, received_notification); in entrypoint_peer()