Loading system/btif/src/btif_gatt_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ static BOOLEAN btif_gatt_is_link_encrypted (BD_ADDR bd_addr) static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_STATUS result) { if (result != BTA_SUCCESS) if (result != BTA_SUCCESS && result != BTA_BUSY) { bt_bdaddr_t bda; bdcpy(bda.address, bd_addr); Loading system/stack/btm/btm_ble_addr.c +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ static BOOLEAN btm_ble_match_random_bda(UINT16 rec_index) { p_dev_rec = &btm_cb.sec_dev_rec[rec_index]; BTM_TRACE_ERROR2("sec_flags = %02x device_type = %d", p_dev_rec->sec_flags, p_dev_rec->device_type); BTM_TRACE_DEBUG2("sec_flags = %02x device_type = %d", p_dev_rec->sec_flags, p_dev_rec->device_type); if ((p_dev_rec->device_type == BT_DEVICE_TYPE_BLE) && (p_dev_rec->ble.key_type & BTM_LE_KEY_PID)) Loading Loading
system/btif/src/btif_gatt_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ static BOOLEAN btif_gatt_is_link_encrypted (BD_ADDR bd_addr) static void btif_gatt_set_encryption_cb (BD_ADDR bd_addr, tBTA_STATUS result) { if (result != BTA_SUCCESS) if (result != BTA_SUCCESS && result != BTA_BUSY) { bt_bdaddr_t bda; bdcpy(bda.address, bd_addr); Loading
system/stack/btm/btm_ble_addr.c +1 −1 Original line number Diff line number Diff line Loading @@ -287,7 +287,7 @@ static BOOLEAN btm_ble_match_random_bda(UINT16 rec_index) { p_dev_rec = &btm_cb.sec_dev_rec[rec_index]; BTM_TRACE_ERROR2("sec_flags = %02x device_type = %d", p_dev_rec->sec_flags, p_dev_rec->device_type); BTM_TRACE_DEBUG2("sec_flags = %02x device_type = %d", p_dev_rec->sec_flags, p_dev_rec->device_type); if ((p_dev_rec->device_type == BT_DEVICE_TYPE_BLE) && (p_dev_rec->ble.key_type & BTM_LE_KEY_PID)) Loading