All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] bluetooth audio control
@ 2005-05-04 16:20 Hiren Mandalia
  2005-05-04 17:36 ` Brad Midgley
  0 siblings, 1 reply; 4+ messages in thread
From: Hiren Mandalia @ 2005-05-04 16:20 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

hi all,
 
i have the btsco installed and working with my Motorola headset HS850. 
I'm able to play audio from a linux machine to the headset. I'm looking 
for a program that will start/stop audio playback/record only when I 
press the 'Connect' button on my headset. does handsfree profile 
implement this functionality? 
 
thanks,
hiren


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[-- Attachment #2: Type: text/html, Size: 544 bytes --]

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

* Re: [Bluez-users] bluetooth audio control
  2005-05-04 16:20 [Bluez-users] bluetooth audio control Hiren Mandalia
@ 2005-05-04 17:36 ` Brad Midgley
  0 siblings, 0 replies; 4+ messages in thread
From: Brad Midgley @ 2005-05-04 17:36 UTC (permalink / raw)
  To: bluez-users

Hiren,

This has been missing from the docs. I added it, but here it is as well:

     *  Put alternating lines of regexes and shell commands in 
~/.btscorc and when something that the headset sends matches these 
regexes, the shell command is run (with any back references replaced). 
This, of course, is primarily intended to "do stuff" when the headset 
button(s) are pressed.
     * Send SIGHUP to the userspace program to make it re-read the 
config file.
     * Send SIGUSR1 to the userspace program to make the headset ring.

If anyone has examples of .btscorc lines that do things like start and 
stop a recording, I'd like to add it to the docs.

Brad

Hiren Mandalia wrote:
> hi all,
> 
> i have the btsco installed and working with my Motorola headset HS850.
> I'm able to play audio from a linux machine to the headset. I'm looking
> for a program that will start/stop audio playback/record only when I
> press the 'Connect' button on my headset. does handsfree profile
> implement this functionality?
> 
> thanks,
> hiren
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* RE: [Bluez-users] bluetooth audio control
@ 2005-05-05 14:26 Hiren Mandalia
  2005-05-05 14:41 ` Brad Midgley
  0 siblings, 1 reply; 4+ messages in thread
From: Hiren Mandalia @ 2005-05-05 14:26 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 2417 bytes --]


hi Brad,

 

Could you give me a simple example of that? 

i tried something like this in ~/.btscorc but didn't work.

 

AT+CKPD=200

xmms test.wav

 

is this correct?

 

thanks,

Hiren

 

 

> -----Original Message-----

> From: bluez-users-admin@lists.sourceforge.net [mailto:bluez-users-

> admin@lists.sourceforge.net] On Behalf Of Brad Midgley

> Sent: Wednesday, May 04, 2005 12:36 PM

> To: bluez-users@lists.sourceforge.net

> Subject: Re: [Bluez-users] bluetooth audio control

> 

> Hiren,

> 

> This has been missing from the docs. I added it, but here it is as well:

> 

>      *  Put alternating lines of regexes and shell commands in

> ~/.btscorc and when something that the headset sends matches these

> regexes, the shell command is run (with any back references replaced).

> This, of course, is primarily intended to "do stuff" when the headset

> button(s) are pressed.

>      * Send SIGHUP to the userspace program to make it re-read the

> config file.

>      * Send SIGUSR1 to the userspace program to make the headset ring.

> 

> If anyone has examples of .btscorc lines that do things like start and

> stop a recording, I'd like to add it to the docs.

> 

> Brad

> 

> Hiren Mandalia wrote:

> > hi all,

> >

> > i have the btsco installed and working with my Motorola headset HS850.

> > I'm able to play audio from a linux machine to the headset. I'm looking

> > for a program that will start/stop audio playback/record only when I

> > press the 'Connect' button on my headset. does handsfree profile

> > implement this functionality?

> >

> > thanks,

> > hiren

> >

> > __________________________________________________

> > Do You Yahoo!?

> > Tired of spam? Yahoo! Mail has the best spam protection around

> > http://mail.yahoo.com

> >

> 

> 

> -------------------------------------------------------

> This SF.Net email is sponsored by: NEC IT Guy Games.

> Get your fingers limbered up and give it your best shot. 4 great events, 4

> opportunities to win big! Highest score wins.NEC IT Guy Games. Play to

> win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20

> _______________________________________________

> Bluez-users mailing list

> Bluez-users@lists.sourceforge.net

> https://lists.sourceforge.net/lists/listinfo/bluez-users


		
---------------------------------
Yahoo! Mail
 Stay connected, organized, and protected. Take the tour

[-- Attachment #2: Type: text/html, Size: 8863 bytes --]

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

* Re: [Bluez-users] bluetooth audio control
  2005-05-05 14:26 Hiren Mandalia
@ 2005-05-05 14:41 ` Brad Midgley
  0 siblings, 0 replies; 4+ messages in thread
From: Brad Midgley @ 2005-05-05 14:41 UTC (permalink / raw)
  To: bluez-users

try:

AT+CKPD=200 xmms test.wav

(ie all on one row)

Hiren Mandalia wrote:
> hi Brad,
> 
>  
> 
> Could you give me a simple example of that?
> 
> i tried something like this in ~/.btscorc but didn't work.
> 
>  
> 
> AT+CKPD=200
> 
> xmms test.wav
> 
>  
> 
> is this correct?
> 
>  
> 
> thanks,
> 
> Hiren
> 
>  
> 
>  
> 
>  > -----Original Message-----
> 
>  > From: bluez-users-admin@lists.sourceforge.net [mailto:bluez-users-
> 
>  > admin@lists.sourceforge.net] On Behalf Of Brad Midgley
> 
>  > Sent: Wednesday, May 04, 2005 12:36 PM
> 
>  > To: bluez-users@lists.sourceforge.net
> 
>  > Subject: Re: [Bluez-users] bluetooth audio control
> 
>  >
> 
>  > Hiren,
> 
>  >
> 
>  > This has been missing from the docs. I added it, but here it is as well:
> 
>  >
> 
>  >      *  Put alternating lines of regexes and shell commands in
> 
>  > ~/.btscorc and when something that the headset sends matches these
> 
>  > regexes, the shell command is run (with any back references replaced).
> 
>  > This, of course, is primarily intended to "do stuff" when the headset
> 
>  > button(s) are pressed.
> 
>  >      * Send SIGHUP to the userspace program to make it re-read the
> 
>  > config file.
> 
>  >      * Send SIGUSR1 to the userspace program to make the headset ring.
> 
>  >
> 
>  > If anyone has examples of .btscorc lines that do things like start and
> 
>  > stop a recording, I'd like to add it to the docs.
> 
>  >
> 
>  > Brad
> 
>  >
> 
>  > Hiren Mandalia wrote:
> 
>  > > hi all,
> 
>  > >
> 
>  > > i have the btsco installed and working with my Motorola headset HS850.
> 
>  > > I'm able to play audio from a linux machine to the headset. I'm looking
> 
>  > > for a program that will start/stop audio playback/record only when I
> 
>  > > press the 'Connect' button on my headset. does handsfree profile
> 
>  > > implement this functionality?
> 
>  > >
> 
>  > > thanks,
> 
>  > > hiren
> 
>  > >
> 
>  > > __________________________________________________
> 
>  > > Do You Yahoo!?
> 
>  > > Tired of spam? Yahoo! Mail has the best spam protection around
> 
>  > > http://mail.yahoo.com
> 
>  > >
> 
>  >
> 
>  >
> 
>  > -------------------------------------------------------
> 
>  > This SF.Net email is sponsored by: NEC IT Guy Games.
> 
>  > Get your fingers limbered up and give it your best shot. 4 great 
> events, 4
> 
>  > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
> 
>  > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
> 
>  > _______________________________________________
> 
>  > Bluez-users mailing list
> 
>  > Bluez-users@lists.sourceforge.net
> 
>  > https://lists.sourceforge.net/lists/listinfo/bluez-users
> 
> ------------------------------------------------------------------------
> Yahoo! Mail
> Stay connected, organized, and protected. Take the tour 
> <http://tour.mail.yahoo.com/mailtour.html>


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2005-05-05 14:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-04 16:20 [Bluez-users] bluetooth audio control Hiren Mandalia
2005-05-04 17:36 ` Brad Midgley
  -- strict thread matches above, loose matches on Subject: below --
2005-05-05 14:26 Hiren Mandalia
2005-05-05 14:41 ` Brad Midgley

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.