Searched refs:encrypt_change (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | l2cap.h | 303 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status); member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | avdtp.c | 197 .encrypt_change = bt_avdtp_l2cap_encrypt_changed, in bt_avdtp_connect()
|
D | l2cap_br.c | 1502 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()
|
D | l2cap.c | 635 if (chan->ops->encrypt_change) { in bt_l2cap_security_changed() 636 chan->ops->encrypt_change(chan, hci_status); in bt_l2cap_security_changed()
|
D | rfcomm.c | 1572 .encrypt_change = rfcomm_encrypt_change, in rfcomm_session_new()
|
D | att.c | 3328 .encrypt_change = bt_att_encrypt_change, in att_chan_new()
|
D | smp.c | 5932 .encrypt_change = bt_smp_encrypt_change, in bt_smp_accept()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 8507 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,
|