Searched refs:encrypt_change (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | l2cap.h | 351 void (*encrypt_change)(struct bt_l2cap_chan *chan, uint8_t hci_status); member
|
| /Zephyr-latest/subsys/bluetooth/host/classic/ |
| D | avctp.c | 138 .encrypt_change = avctp_l2cap_encrypt_changed,
|
| D | l2cap_br.c | 2102 if (chan->ops && chan->ops->encrypt_change) { in l2cap_br_encrypt_change() 2103 chan->ops->encrypt_change(chan, hci_status); in l2cap_br_encrypt_change()
|
| D | rfcomm.c | 1649 .encrypt_change = rfcomm_encrypt_change, in rfcomm_session_new()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | l2cap.c | 667 if (chan->ops->encrypt_change) { in bt_l2cap_security_changed() 668 chan->ops->encrypt_change(chan, hci_status); in bt_l2cap_security_changed()
|
| D | att.c | 3411 .encrypt_change = bt_att_encrypt_change, in att_chan_new()
|
| D | smp.c | 6142 .encrypt_change = bt_smp_encrypt_change, in bt_smp_accept()
|
| /Zephyr-latest/subsys/bluetooth/controller/hci/ |
| D | hci.c | 8918 static void encrypt_change(uint8_t err, uint16_t handle, function 9074 encrypt_change(0x00, handle, buf, true); 9090 encrypt_change(pdu_data->llctrl.reject_ind.error_code, handle,
|