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 027af25..692ffe4 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -382,6 +382,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); + + fetch_remote_uuids(&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