Diff between 8029744da20f39d799f3be790db18066f8cb68d7 and 121bb927f2728fdc9902b52967d46209ae49adae

Changed Files

File Additions Deletions Status
android/bluetooth.c +1 -1 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index e71f808..f1ceda3 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -893,7 +893,7 @@ static void update_bond_state(struct device *dev, uint8_t status,
 	 */
 	if (old_bond == HAL_BOND_STATE_NONE &&
 				new_bond == HAL_BOND_STATE_BONDED)
-		send_bond_state_change(dev, status,
+		send_bond_state_change(dev, HAL_STATUS_SUCCESS,
 						HAL_BOND_STATE_BONDING);
 
 	send_bond_state_change(dev, status, new_bond);