Searched refs:hci_status (Results 1 – 10 of 10) sorted by relevance
| /Zephyr-4.1.0/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 | 1591 uint8_t hci_status) in rfcomm_encrypt_change() argument 1597 LOG_DBG("session %p status 0x%02x encr 0x%02x", session, hci_status, conn->encrypt); in rfcomm_encrypt_change() 1606 if (hci_status || !conn->encrypt || in rfcomm_encrypt_change()
|
| D | l2cap_br.c | 2095 void l2cap_br_encrypt_change(struct bt_conn *conn, uint8_t hci_status) in l2cap_br_encrypt_change() argument 2100 l2cap_br_conn_pend(chan, hci_status); in l2cap_br_encrypt_change() 2103 chan->ops->encrypt_change(chan, hci_status); in l2cap_br_encrypt_change()
|
| /Zephyr-4.1.0/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 | 3298 uint8_t hci_status) in bt_att_encrypt_change() argument 3306 conn->handle, conn->sec_level, hci_status, bt_hci_err_to_str(hci_status)); in bt_att_encrypt_change() 3317 if (hci_status) { in bt_att_encrypt_change()
|
| D | smp.c | 4781 uint8_t hci_status) in bt_smp_encrypt_change() argument 4787 conn->handle, conn->encrypt, hci_status, bt_hci_err_to_str(hci_status)); in bt_smp_encrypt_change() 4797 if (hci_status) { in bt_smp_encrypt_change() 4800 bt_security_err_get(hci_status)); in bt_smp_encrypt_change()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | l2cap.h | 351 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status);
|