Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dprovisioner_prov.h120 void (*le_param_updated)(struct bt_conn *conn, u16_t interval, u16_t latency, u16_t timeout); member
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dconn.h855 void (*le_param_updated)(struct bt_conn *conn, u16_t interval, member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c198 if (cb->le_param_updated) { in notify_le_param_updated()
199 cb->le_param_updated(conn, conn->le.interval, in notify_le_param_updated()
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c316 .le_param_updated = le_param_update_cb,

Completed in 480 milliseconds