All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/1] Enhanced or Legacy Accept Synchronous Connection Request command'
@ 2025-10-30 13:48 Mahesh Talewad
  2025-10-30 13:48 ` [PATCH BlueZ v1 1/1] When Connect request for eSco is received, if enhanced synchronous connection command is supported it will go for 'Enhanced Accept Synchronous Connection Request command' else it will go for legacy command['Accept Synchronous Connection Request comand'] Mahesh Talewad
  2025-10-30 14:06 ` [PATCH BlueZ v1 0/1] " Luiz Augusto von Dentz
  0 siblings, 2 replies; 5+ messages in thread
From: Mahesh Talewad @ 2025-10-30 13:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.dentz, vinit.mehta, sarveshwar.bajaj, mahesh.talewad

Hello Maintainers,

	In the current implementation, when Connect request for eSco is received,
	Bluez Kernel is sending 'Accept Synchronous Connection Request comand'
	[legacy command], irrespective of whether controller supports 
	enhanced synchronous connection command or not.
	
	In this PR, When Connect request for eSco is received, if controller
	supports enhanced synchronous connection command then it will go for
	'Enhanced Accept Synchronous Connection Request command' or else it will
	go for legacy command['Accept Synchronous 	Connection Request command'].
	
Thanks and regards,
Mahesh Vithal Talewad

Mahesh Talewad (1):
  When Connect request for eSco is received, if enhanced synchronous
    connection command is supported it will go for     'Enhanced Accept
    Synchronous Connection Request command' else it will go for    
    legacy command['Accept Synchronous Connection Request comand']

 include/net/bluetooth/hci.h |  34 ++++++++++++
 net/bluetooth/sco.c         | 103 ++++++++++++++++++++++++++----------
 2 files changed, 109 insertions(+), 28 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-30 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 13:48 [PATCH BlueZ v1 0/1] Enhanced or Legacy Accept Synchronous Connection Request command' Mahesh Talewad
2025-10-30 13:48 ` [PATCH BlueZ v1 1/1] When Connect request for eSco is received, if enhanced synchronous connection command is supported it will go for 'Enhanced Accept Synchronous Connection Request command' else it will go for legacy command['Accept Synchronous Connection Request comand'] Mahesh Talewad
2025-10-30 14:04   ` Luiz Augusto von Dentz
2025-10-30 14:35   ` Enhanced or Legacy Accept Synchronous Connection Request command' bluez.test.bot
2025-10-30 14:06 ` [PATCH BlueZ v1 0/1] " Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.