Searched refs:le_param_updated (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 159 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/ |
D | peripheral_identity.c | 125 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/ |
D | central_multilink.c | 210 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/ |
D | common.c | 73 .le_param_updated = conn_param_updated_cb,
|
/Zephyr-latest/modules/openthread/platform/ |
D | ble.c | 92 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/ |
D | log_backend_ble.c | 54 .le_param_updated = NULL
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | dut.c | 53 .le_param_updated = params_updated,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | common.c | 149 .le_param_updated = conn_param_updated_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/ |
D | test_connect1.c | 422 .le_param_updated = params_updated,
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 161 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/ |
D | conn.h | 1715 void (*le_param_updated)(struct bt_conn *conn, uint16_t interval, member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 1975 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/ |
D | bt.c | 833 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/ |
D | release-notes-1.13.rst | 693 * :github:`3377` - Missing le_param_updated callback when conn param update request fails
|