| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: If3f714c482c26a9b90cae43dbab6e4ee7f46dcb9
|
|\
| |
| |
| | |
Change-Id: I8391bb474ecfe80ea9e7f13178fbaccf2cc576e8
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes an issue where an attempt to open the SE while the NFC
Controller is in initiator (reader/writer or P2P Initiator) mode
would cause a strange error response, and all further attempts to
open the SE fail.
Change-Id: I6401f644c73a993433cb73fee2eff8c11ededa1d
|
|/
|
|
| |
Change-Id: I0b743245d60bf9c47ce84ec0ab7fd8c5b6202ec9
|
|
|
|
|
|
|
|
| |
If the P2P target connect failed, the P2P target disconnect cannot be done.
However the polling loop must be restarted. This is already done in JNI layer
by the failing connect itself.
Change-Id: I1c3323e4c038c8133e7b6e16b3a238c050427cfc
|
|
|
|
| |
Change-Id: I444b0d243d82b3002d6c41bb1405561368c7a52c
|
|
|
|
| |
Change-Id: Iee394ace642302ee269e73203d3fc8427c69047e
|
|
|
|
|
|
| |
Bug: 3124915
Change-Id: If5a3e6b21fe43d9ce2ff82ee65751baaa1c0e0a2
Signed-off-by: Nick Pelly <npelly@google.com>
|
|
|
|
|
|
|
|
|
|
|
| |
With LLCP, the disconnection is called only when the remote peer is
already lost, so we do not need to check again at that point.
This also avoids calling the presence check function while a transceive
operation may be pending.
Change-Id: Id8a5e83f4aa20a7cabac1e4ce6e7ce59ab49e28b
Signed-off-by: Nick Pelly <npelly@google.com>
|
|
|
|
|
| |
Change-Id: I9741b2527914992ab710c405d869f0ac6273f468
Signed-off-by: Nick Pelly <npelly@google.com>
|
|
|
|
| |
Change-Id: I909b2623f66ca0f3f0370617e2df4b1075614c44
|
|
|
|
|
|
|
|
|
| |
Rename functions that need to be called with lock held to _locked().
Remove dead code.
Replace asyncDisconnect() with disconnect() - its broken.
Change-Id: I04feb449394750954e202223366a0fa5ea425924
Signed-off-by: Nick Pelly <npelly@google.com>
|
|
|
|
| |
Change-Id: I9f46908d99d05804cd325024fc60da762f5beb1d
|
|
Change-Id: I7299115be35b4a598ad9bfc068d6161a01d1a834
Signed-off-by: Nick Pelly <npelly@google.com>
|