Home
last modified time | relevance | path

Searched refs:notify_param (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/logging/backends/
Dlog_backend_ble.c129 struct bt_gatt_notify_params notify_param = { in line_out() local
141 const int notify_res = bt_gatt_notify_cb(ble_backend_conn, &notify_param); in line_out()
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c451 struct bt_gatt_notify_params notify_param = { in smp_bt_tx_pkt() local
518 notify_param.len = mtu_size; in smp_bt_tx_pkt()
519 rc = bt_gatt_notify_cb(conn, &notify_param); in smp_bt_tx_pkt()
546 notify_param.data = &nb->data[off]; in smp_bt_tx_pkt()