**** BEGIN LOGGING AT Fri May 13 02:59:58 2011 May 13 12:57:46 denkenz: ping May 13 14:29:23 fdalleau: pong May 13 14:29:33 hi May 13 14:30:14 I was wondering what is the Bluetooth SPP stuff written in the TODO? May 13 14:31:07 That is the full blown 27.007 emulator May 13 14:32:28 Mostly I only want sending of SMSes there May 13 14:33:02 ok, is there some time target or not? May 13 14:33:13 not really May 13 14:34:23 ok, another question about HFP : i'm looking at +VTS which is to send dtmf tone May 13 14:35:01 should it use __ofono_voicecall_tone_send or driver->send_tones? May 13 14:36:04 The driver function should be fine. The underlying assumption is that the driver returns only when the tone has been played May 13 14:36:25 And since you're going to have 1 tone per command, using the driver function is enough May 13 14:36:44 __tone_send is mostly for STK May 13 14:37:31 tone_send does some validation May 13 14:39:03 Nod, but it also accepts multiple tones May 13 14:39:36 and the callback is called for each tone, right? May 13 14:40:14 No, the callback is called once all tones are sent May 13 14:40:25 That function also accepts input which isn't valid to +VTS May 13 14:40:39 e.g. pause characters May 13 14:41:26 If you want to be nice you can put emulator initiated tones onto the tone queue as well May 13 14:41:39 However, your validation will be slightly different May 13 14:43:19 ok i'll take care, thanks May 13 14:43:30 So perhaps you can re-use __tone_send for this after all May 13 14:45:01 :) **** ENDING LOGGING AT Sat May 14 02:59:58 2011