Skip to content

Commit fd037c7

Browse files
jhedbergkartben
authored andcommitted
Bluetooth: Kconfig: Remove outdated references to bt_recv_prio()
The bt_recv() and bt_recv_prio() APIs don't exist anymore, so remove any references to them from the Kconfig help texts. Signed-off-by: Johan Hedberg <[email protected]>
1 parent d02503a commit fd037c7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ config BT_RECV_WORKQ_SYS
8787
bool "Process low priority HCI packets in the system work queue"
8888
help
8989
When this option is selected, the host will process incoming low priority HCI packets
90-
in the system work queue. The HCI driver shall not call bt_recv_prio().
91-
High priority HCI packets will processed in the context of the caller of bt_recv().
90+
in the system work queue.
9291
The application needs to ensure the system workqueue stack size (SYSTEM_WORKQUEUE_STACK_SIZE)
9392
is large enough, refer to BT_RX_STACK_SIZE for the recommended minimum.
9493
Warning: Enabling this option will cause the latency of incoming Bluetooth events to be
@@ -102,8 +101,7 @@ config BT_RECV_WORKQ_BT
102101
bool "Process low priority HCI packets in the bluetooth-specific work queue"
103102
help
104103
When this option is selected, the host will process incoming low priority HCI packets
105-
in the bluetooth-specific work queue. The HCI driver shall not call bt_recv_prio().
106-
High priority HCI packets will processed in the context of the caller of bt_recv().
104+
in the Bluetooth-specific work queue.
107105
The application needs to ensure the bluetooth-specific work queue size is large enough,
108106
refer to BT_RX_STACK_SIZE for the recommended minimum.
109107
endchoice

0 commit comments

Comments
 (0)