Home
last modified time | relevance | path

Searched refs:bt_conn_unref (Results 1 – 25 of 156) sorted by relevance

1234567

/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dconn.h15 FAKE(bt_conn_unref) \
19 DECLARE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *);
Dconn.c12 DEFINE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *);
/Zephyr-latest/tests/bluetooth/host/cs/mocks/
Dconn.h15 FAKE(bt_conn_unref) \
25 DECLARE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *);
Dconn.c11 DEFINE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *);
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1012 bt_conn_unref(conn); in exchange_mtu()
1016 bt_conn_unref(conn); in exchange_mtu()
1091 bt_conn_unref(conn); in disc_all_prim()
1106 bt_conn_unref(conn); in disc_all_prim()
1110 bt_conn_unref(conn); in disc_all_prim()
1132 bt_conn_unref(conn); in disc_prim_uuid()
1137 bt_conn_unref(conn); in disc_prim_uuid()
1152 bt_conn_unref(conn); in disc_prim_uuid()
1156 bt_conn_unref(conn); in disc_prim_uuid()
1219 bt_conn_unref(conn); in find_included()
[all …]
/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c447 bt_conn_unref(conn); in bt_hci_pin_code_req()
476 bt_conn_unref(conn); in bt_hci_link_key_notify()
485 bt_conn_unref(conn); in bt_hci_link_key_notify()
530 bt_conn_unref(conn); in bt_hci_link_key_notify()
590 bt_conn_unref(conn); in bt_hci_link_key_req()
601 bt_conn_unref(conn); in bt_hci_link_key_req()
606 bt_conn_unref(conn); in bt_hci_link_key_req()
658 bt_conn_unref(conn); in bt_hci_io_capa_resp()
690 bt_conn_unref(conn); in bt_hci_io_capa_req()
739 bt_conn_unref(conn); in bt_hci_io_capa_req()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcommon.c33 bt_conn_unref(default_conn); in connected()
57 bt_conn_unref(default_conn); in disconnected()
/Zephyr-latest/samples/bluetooth/central/src/
Dmain.c85 bt_conn_unref(default_conn); in connected()
113 bt_conn_unref(default_conn); in disconnected()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c55 bt_conn_unref(conn); in device_found()
115 bt_conn_unref(conn); in central_gatt_write()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1122 bt_conn_unref(conn); in bt_conn_tx_processor()
1162 bt_conn_unref(conn); in conn_lookup_handle()
1167 bt_conn_unref(conn); in conn_lookup_handle()
1254 bt_conn_unref(conn); in bt_conn_set_state()
1287 bt_conn_unref(conn); in bt_conn_set_state()
1307 bt_conn_unref(conn); in bt_conn_set_state()
1315 bt_conn_unref(conn); in bt_conn_set_state()
1322 bt_conn_unref(conn); in bt_conn_set_state()
1328 bt_conn_unref(conn); in bt_conn_set_state()
1416 bt_conn_unref(conn); in bt_conn_lookup_handle()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c30 bt_conn_unref(default_conn); in connected()
54 bt_conn_unref(default_conn); in disconnected()
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconn_ref.c40 bt_conn_unref(conn); in bt_testlib_conn_unref()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/
Dmain.c87 bt_conn_unref(conn); in device_found()
340 bt_conn_unref(s->conn); in entrypoint_dut()
343 bt_conn_unref(s->conn); in entrypoint_dut()
401 bt_conn_unref(conn); in entrypoint_peer()
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/client/
Dmain.c98 bt_conn_unref(conn); in test_client()
160 bt_conn_unref(conn); in test_client_security_request()
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/src/
Dmain.c51 bt_conn_unref(default_conn); in connected_cb()
61 bt_conn_unref(default_conn); in disconnected_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_scanner.c33 bt_conn_unref(g_conn); in connected()
46 bt_conn_unref(g_conn); in free_conn_object_work_fn()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_hap.c181 bt_conn_unref(conn); in iac_discover()
200 bt_conn_unref(conn); in iac_set_alert()
222 bt_conn_unref(conn); in hauc_discover()
Dbtp_bap_unicast.c948 bt_conn_unref(conn); in btp_bap_discover()
956 bt_conn_unref(conn); in btp_bap_discover()
961 bt_conn_unref(conn); in btp_bap_discover()
1274 bt_conn_unref(conn); in btp_ascs_configure_codec()
1325 bt_conn_unref(conn); in btp_ascs_configure_qos()
1334 bt_conn_unref(conn); in btp_ascs_configure_qos()
1342 bt_conn_unref(conn); in btp_ascs_configure_qos()
1370 bt_conn_unref(conn); in btp_ascs_enable()
1404 bt_conn_unref(conn); in btp_ascs_disable()
1442 bt_conn_unref(conn); in btp_ascs_receiver_start_ready()
[all …]
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dconn.c43 void bt_conn_unref(struct bt_conn *conn) in bt_conn_unref() function
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/
Ddummy_peripheral.c19 bt_conn_unref(conn); in connected_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
Dmain.c56 bt_conn_unref(g_conn); in disconnected()
100 bt_conn_unref(conn); in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c130 bt_conn_unref(default_conn); in connected()
147 bt_conn_unref(default_conn); in disconnected()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_reflector.c77 bt_conn_unref(conn); in connected_cb()
97 bt_conn_unref(conn); in disconnected_cb()
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c187 bt_conn_unref(default_conn); in connected()
223 bt_conn_unref(default_conn); in disconnected()
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/src/
Dmain.c130 bt_conn_unref(default_conn); in connected_cb()
141 bt_conn_unref(default_conn); in disconnected_cb()

1234567