Home
last modified time | relevance | path

Searched refs:le_param_updated (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c159 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated() function
178 .le_param_updated = le_param_updated,
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c125 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated() function
197 .le_param_updated = le_param_updated,
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c210 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated() function
269 .le_param_updated = le_param_updated,
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c73 .le_param_updated = conn_param_updated_cb,
/Zephyr-latest/modules/openthread/platform/
Dble.c92 static void le_param_updated(struct bt_conn *conn, uint16_t interval, uint16_t latency,
100 .le_param_updated = le_param_updated};
361 static void le_param_updated(struct bt_conn *conn, uint16_t interval, uint16_t latency, in le_param_updated() function
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ble.c54 .le_param_updated = NULL
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Ddut.c53 .le_param_updated = params_updated,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c149 .le_param_updated = conn_param_updated_cb,
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c422 .le_param_updated = params_updated,
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c161 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated() function
232 .le_param_updated = le_param_updated,
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h1715 void (*le_param_updated)(struct bt_conn *conn, uint16_t interval, member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1975 if (callback->le_param_updated) { in notify_le_param_updated()
1976 callback->le_param_updated(conn, conn->le.interval, in notify_le_param_updated()
1983 if (cb->le_param_updated) { in notify_le_param_updated()
1984 cb->le_param_updated(conn, conn->le.interval, in notify_le_param_updated()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c833 static void le_param_updated(struct bt_conn *conn, uint16_t interval, in le_param_updated() function
1120 .le_param_updated = le_param_updated,
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst693 * :github:`3377` - Missing le_param_updated callback when conn param update request fails