zephyr/subsys/bluetooth/host
Lyle Zhu d48e2bb4f4 Bluetooth: Classic: L2CAP: Fix issue that pending chan cannot be sent
When the returned buffer is a `NULL` of the pull function, it means
there is not any data needs to be sent. However maybe there is any
frame pending on other L2CAP channel needs to be sent over the same
ACL connection.

Re-trigger the TX processor. It will call the pull function again
and the pending buffer will be pulled from following L2CAP.

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
2025-07-08 13:41:39 -05:00
..
classic Bluetooth: Classic: L2CAP: Fix issue that pending chan cannot be sent 2025-07-08 13:41:39 -05:00
shell bluetooth: mesh: remove unused functionality 2025-06-26 14:09:01 +02:00
addr_internal.h
addr.c
adv.c Bluetooth: host: adv: update log levels in bt_le_adv_resume() 2025-06-27 18:19:54 -05:00
adv.h
aes_ccm.c
att_internal.h
att.c Bluetooth: Host: K_NO_WAIT in bt_att_req_alloc() in SYS WQ 2025-05-14 14:15:58 +02:00
buf_view.h
buf.c Bluetooth: HCI: Use H:4 encoding for buffers 2025-04-29 13:00:33 +02:00
CMakeLists.txt
conn_internal.h bluetooth: fix bug when destroying tx queue buffers on disconnect 2025-07-03 11:59:02 -05:00
conn.c bluetooth: fix bug when destroying tx queue buffers on disconnect 2025-07-03 11:59:02 -05:00
crypto_psa.c
crypto.h
cs.c Bluetooth: Host: cs: Use bt_hci_cmd_alloc() 2025-06-23 12:44:53 -07:00
data.c
direction_internal.h
direction.c Bluetooth: Host: direction: Use bt_hci_cmd_alloc() 2025-06-23 12:44:53 -07:00
ecc.c
ecc.h
gatt_internal.h
gatt.c bluetooth: host: gatt: fix null-ptr access if no include-svc userdata 2025-06-25 15:51:24 -10:00
hci_common.c
hci_core.c Bluetooth: Host: core: Use bt_hci_cmd_alloc() 2025-06-23 12:44:53 -07:00
hci_core.h Revert "Bluetooth: host: Send host num completes as early as possible" 2025-05-14 11:03:02 +01:00
hci_raw_internal.h
hci_raw.c Bluetooth: HCI: Use H:4 encoding for buffers 2025-04-29 13:00:33 +02:00
id.c bluetooth: host: Handle failure to disable scan when updating own_addr 2025-07-08 13:37:26 -05:00
id.h
iso_internal.h Bluetooth: HCI: Use H:4 encoding for buffers 2025-04-29 13:00:33 +02:00
iso.c bluetooth: fix bug when destroying tx queue buffers on disconnect 2025-07-03 11:59:02 -05:00
Kconfig bluetooth: host: Deprecated BT_CONN_TX_MAX 2025-05-12 14:54:26 +02:00
Kconfig.gatt
Kconfig.l2cap
keys.c bluetooth: keys: addr is null and assert in bt_keys_find_addr 2025-06-10 13:28:55 +02:00
keys.h
l2cap_internal.h
l2cap.c bluetooth: fix bug when destroying tx queue buffers on disconnect 2025-07-03 11:59:02 -05:00
long_wq.c
long_wq.h
monitor.c
monitor.h Bluetooth: HCI: Use H:4 encoding for buffers 2025-04-29 13:00:33 +02:00
scan.c Bluetooth: Host: scan: Use bt_hci_cmd_alloc() 2025-06-23 12:44:53 -07:00
scan.h
settings.c
settings.h
smp_null.c
smp.c bluetooth: smp: add todo comments for ctkd 2025-07-04 13:10:21 -05:00
smp.h
uuid.c