Hi Lukasz, On Wed, Sep 10, 2014 at 2:11 PM, Lukasz Rymanowski <lukasz.rymanowski@xxxxxxxxx> wrote: > --- > android/hal-ipc-api.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt > index ca41cff..26e777e 100644 > --- a/android/hal-ipc-api.txt > +++ b/android/hal-ipc-api.txt > @@ -2162,7 +2162,7 @@ Commands and response: > > Opcode 0x09 - Dial Memory command/response > > - Command parameters: Location (1 octet) > + Command parameters: Location (2 octet) > Response parameters: <none> > > In case of an error, the error response will be returned. > -- > 1.8.4 I guess we need a little bit more info here, does the spec limit this to 2 octets because it seems the callback actually takes an int: bt_status_t (*dial_memory) (int location); Btw, I guess this is subject to change since it does not take the address this would limit such callbacks to only one phone, in fact many callback have this limitation which is kind of weird as both connect/disconnect and connect_audio/disconnect_audio have the address. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html