Searched refs:hci_status (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br_interface.h | 57 void l2cap_br_encrypt_change(struct bt_conn *conn, uint8_t hci_status);
|
D | rfcomm.c | 1574 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()
|
D | l2cap_br.c | 1981 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/ |
D | iso_internal.h | 126 void bt_iso_security_changed(struct bt_conn *acl, uint8_t hci_status);
|
D | l2cap_internal.h | 201 void bt_l2cap_security_changed(struct bt_conn *conn, uint8_t hci_status);
|
D | iso.c | 2368 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()
|
D | l2cap.c | 652 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()
|
D | att.c | 3268 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()
|
D | smp.c | 4729 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/ |
D | l2cap.h | 351 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status);
|