Android framework expects list of bonded device's uuids. Start sdp query after setting bond state to BOND_STATE_BONBED. --- android/adapter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/adapter.c b/android/adapter.c index 40fb89d..cf22e5f 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -387,6 +387,8 @@ static void new_link_key_callback(uint16_t index, uint16_t length, send_bond_state_change(&addr->bdaddr, HAL_STATUS_SUCCESS, HAL_BOND_STATE_BONDED); + + browse_remote_sdp(&addr->bdaddr); } static void pin_code_request_callback(uint16_t index, uint16_t length, -- 1.8.4.1 -- 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