Searched refs:peripheral_cb (Results 1 – 5 of 5) sorted by relevance
42 struct bt_conn_cb peripheral_cb = {}; in peripheral_unpair_in_sec_cb() local47 peripheral_cb.security_changed = peripheral_security_changed_unpair; in peripheral_unpair_in_sec_cb()52 bt_conn_cb_register(&peripheral_cb); in peripheral_unpair_in_sec_cb()86 struct bt_conn_cb peripheral_cb = {}; in peripheral_disconnect_in_sec_cb() local91 peripheral_cb.security_changed = peripheral_security_changed_disconnect; in peripheral_disconnect_in_sec_cb()96 bt_conn_cb_register(&peripheral_cb); in peripheral_disconnect_in_sec_cb()
40 static struct bt_conn_cb peripheral_cb; variable268 peripheral_cb.connected = connected; in run_peripheral()269 peripheral_cb.disconnected = disconnected; in run_peripheral()270 peripheral_cb.security_changed = security_changed; in run_peripheral()283 bt_conn_cb_register(&peripheral_cb); in run_peripheral()
41 static struct bt_conn_cb peripheral_cb; variable300 peripheral_cb.connected = connected; in run_peripheral()301 peripheral_cb.disconnected = disconnected; in run_peripheral()302 peripheral_cb.security_changed = security_changed; in run_peripheral()315 bt_conn_cb_register(&peripheral_cb); in run_peripheral()
30 static struct bt_conn_cb peripheral_cb; variable280 peripheral_cb.connected = connected; in init_bt()281 peripheral_cb.disconnected = disconnected; in init_bt()282 peripheral_cb.security_changed = security_changed; in init_bt()284 bt_conn_cb_register(&peripheral_cb); in init_bt()
304 static struct bt_conn_cb peripheral_cb = { in entrypoint_dut() local313 err = bt_conn_cb_register(&peripheral_cb); in entrypoint_dut()