Loading system/bta/hearing_aid/hearing_aid.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1251,8 +1251,8 @@ class HearingAidImpl : public HearingAid { BTA_GATTC_CancelOpen(gatt_if, address, true); BTA_GATTC_CancelOpen(gatt_if, address, true); } } // cancel autoconnect // Removes all registrations for connection. BTA_GATTC_CancelOpen(gatt_if, address, false); BTA_GATTC_CancelOpen(0, address, false); // Inform the other side (if any) of this disconnection // Inform the other side (if any) of this disconnection std::vector<uint8_t> inform_disconn_state( std::vector<uint8_t> inform_disconn_state( Loading Loading
system/bta/hearing_aid/hearing_aid.cc +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1251,8 +1251,8 @@ class HearingAidImpl : public HearingAid { BTA_GATTC_CancelOpen(gatt_if, address, true); BTA_GATTC_CancelOpen(gatt_if, address, true); } } // cancel autoconnect // Removes all registrations for connection. BTA_GATTC_CancelOpen(gatt_if, address, false); BTA_GATTC_CancelOpen(0, address, false); // Inform the other side (if any) of this disconnection // Inform the other side (if any) of this disconnection std::vector<uint8_t> inform_disconn_state( std::vector<uint8_t> inform_disconn_state( Loading