Home
last modified time | relevance | path

Searched refs:encrypt_change (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h351 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status); member
/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c133 .encrypt_change = avctp_l2cap_encrypt_changed, in bt_avctp_connect()
Dl2cap_br.c1988 if (chan->ops && chan->ops->encrypt_change) { in l2cap_br_encrypt_change()
1989 chan->ops->encrypt_change(chan, hci_status); in l2cap_br_encrypt_change()
Drfcomm.c1632 .encrypt_change = rfcomm_encrypt_change, in rfcomm_session_new()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c667 if (chan->ops->encrypt_change) { in bt_l2cap_security_changed()
668 chan->ops->encrypt_change(chan, hci_status); in bt_l2cap_security_changed()
Datt.c3381 .encrypt_change = bt_att_encrypt_change, in att_chan_new()
Dsmp.c6053 .encrypt_change = bt_smp_encrypt_change, in bt_smp_accept()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c8852 static void encrypt_change(uint8_t err, uint16_t handle, function
9008 encrypt_change(0x00, handle, buf, true);
9024 encrypt_change(pdu_data->llctrl.reject_ind.error_code, handle,