Searched refs:peripheral_cb (Results 1 – 5 of 5) 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; variable248 peripheral_cb.connected = connected; in run_peripheral()249 peripheral_cb.disconnected = disconnected; in run_peripheral()250 peripheral_cb.security_changed = security_changed; in run_peripheral()263 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()
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()