Searched refs:peripheral_cb (Results 1 – 4 of 4) sorted by relevance
43 struct bt_conn_cb peripheral_cb = {}; in peripheral_unpair_in_sec_cb() local48 peripheral_cb.security_changed = peripheral_security_changed_unpair; in peripheral_unpair_in_sec_cb()53 bt_conn_cb_register(&peripheral_cb); in peripheral_unpair_in_sec_cb()87 struct bt_conn_cb peripheral_cb = {}; in peripheral_disconnect_in_sec_cb() local92 peripheral_cb.security_changed = peripheral_security_changed_disconnect; in peripheral_disconnect_in_sec_cb()97 bt_conn_cb_register(&peripheral_cb); in peripheral_disconnect_in_sec_cb()
42 static struct bt_conn_cb peripheral_cb; variable265 peripheral_cb.connected = connected; in run_peripheral()266 peripheral_cb.disconnected = disconnected; in run_peripheral()267 peripheral_cb.security_changed = security_changed; in run_peripheral()280 bt_conn_cb_register(&peripheral_cb); in run_peripheral()
42 static struct bt_conn_cb peripheral_cb; variable297 peripheral_cb.connected = connected; in run_peripheral()298 peripheral_cb.disconnected = disconnected; in run_peripheral()299 peripheral_cb.security_changed = security_changed; in run_peripheral()312 bt_conn_cb_register(&peripheral_cb); in run_peripheral()
304 static struct bt_conn_cb peripheral_cb = { in entrypoint_dut() local313 err = bt_conn_cb_register(&peripheral_cb); in entrypoint_dut()
Completed in 45 milliseconds