Home
last modified time | relevance | path

Searched refs:hci_status (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_interface.h57 void l2cap_br_encrypt_change(struct bt_conn *conn, uint8_t hci_status);
Drfcomm.c1574 uint8_t hci_status) in rfcomm_encrypt_change() argument
1580 LOG_DBG("session %p status 0x%02x encr 0x%02x", session, hci_status, conn->encrypt); in rfcomm_encrypt_change()
1589 if (hci_status || !conn->encrypt || in rfcomm_encrypt_change()
Dl2cap_br.c1981 void l2cap_br_encrypt_change(struct bt_conn *conn, uint8_t hci_status) in l2cap_br_encrypt_change() argument
1986 l2cap_br_conn_pend(chan, hci_status); in l2cap_br_encrypt_change()
1989 chan->ops->encrypt_change(chan, hci_status); in l2cap_br_encrypt_change()
/Zephyr-latest/subsys/bluetooth/host/
Diso_internal.h126 void bt_iso_security_changed(struct bt_conn *acl, uint8_t hci_status);
Dl2cap_internal.h201 void bt_l2cap_security_changed(struct bt_conn *conn, uint8_t hci_status);
Diso.c2368 void bt_iso_security_changed(struct bt_conn *acl, uint8_t hci_status) in bt_iso_security_changed() argument
2403 if (hci_status == BT_HCI_ERR_SUCCESS) { in bt_iso_security_changed()
2408 LOG_DBG("Failed to encrypt ACL %p for ISO %p: %u %s", acl, iso, hci_status, in bt_iso_security_changed()
2409 bt_hci_err_to_str(hci_status)); in bt_iso_security_changed()
2415 iso_chan->ops->disconnected(iso_chan, hci_status); in bt_iso_security_changed()
2438 iso_chan->ops->disconnected(iso_chan, hci_status); in bt_iso_security_changed()
Dl2cap.c652 void bt_l2cap_security_changed(struct bt_conn *conn, uint8_t hci_status) in bt_l2cap_security_changed() argument
658 l2cap_br_encrypt_change(conn, hci_status); in bt_l2cap_security_changed()
664 l2cap_le_encrypt_change(chan, hci_status); in bt_l2cap_security_changed()
668 chan->ops->encrypt_change(chan, hci_status); in bt_l2cap_security_changed()
Datt.c3268 uint8_t hci_status) in bt_att_encrypt_change() argument
3276 conn->handle, conn->sec_level, hci_status, bt_hci_err_to_str(hci_status)); in bt_att_encrypt_change()
3287 if (hci_status) { in bt_att_encrypt_change()
Dsmp.c4729 uint8_t hci_status) in bt_smp_encrypt_change() argument
4735 conn->handle, conn->encrypt, hci_status, bt_hci_err_to_str(hci_status)); in bt_smp_encrypt_change()
4745 if (hci_status) { in bt_smp_encrypt_change()
4748 bt_security_err_get(hci_status)); in bt_smp_encrypt_change()
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h351 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status);