Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dl2cap.h303 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status); member
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Davdtp.c197 .encrypt_change = bt_avdtp_l2cap_encrypt_changed, in bt_avdtp_connect()
Dl2cap_br.c1502 if (chan->ops && chan->ops->encrypt_change) { in l2cap_br_encrypt_change()
1503 chan->ops->encrypt_change(chan, hci_status); in l2cap_br_encrypt_change()
Dl2cap.c635 if (chan->ops->encrypt_change) { in bt_l2cap_security_changed()
636 chan->ops->encrypt_change(chan, hci_status); in bt_l2cap_security_changed()
Drfcomm.c1572 .encrypt_change = rfcomm_encrypt_change, in rfcomm_session_new()
Datt.c3328 .encrypt_change = bt_att_encrypt_change, in att_chan_new()
Dsmp.c5932 .encrypt_change = bt_smp_encrypt_change, in bt_smp_accept()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/
Dhci.c8507 static void encrypt_change(uint8_t err, uint16_t handle, function
8663 encrypt_change(0x00, handle, buf);
8679 encrypt_change(pdu_data->llctrl.reject_ind.error_code, handle,