Loading system/stack/gatt/gatt_api.cc +1 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,7 @@ void GATTS_StopService(uint16_t service_handle) { if (it == gatt_cb.srv_list_info->end()) { LOG(ERROR) << __func__ << ": service_handle=" << loghex(service_handle) << " is not in use"; return; } if (it->sdp_handle) { Loading Loading
system/stack/gatt/gatt_api.cc +1 −0 Original line number Diff line number Diff line Loading @@ -382,6 +382,7 @@ void GATTS_StopService(uint16_t service_handle) { if (it == gatt_cb.srv_list_info->end()) { LOG(ERROR) << __func__ << ": service_handle=" << loghex(service_handle) << " is not in use"; return; } if (it->sdp_handle) { Loading