diff --git a/internal/platform/implementation/windows/ble_peripheral.h b/internal/platform/implementation/windows/ble_peripheral.h index 0b57f54d..c142194b 100644 --- a/internal/platform/implementation/windows/ble_peripheral.h +++ b/internal/platform/implementation/windows/ble_peripheral.h @@ -22,7 +22,7 @@ namespace nearby { namespace windows { -// TODO(b/184975123): Implement BLE Peripheral +// TODO(b/269152309): Implement BLE Peripheral // This is just a fake stub to appease the BLE Medium abstraction. Windows // does not support BLE GATT-based advertising/discovery and socket currently, // so a BlePeripheral is not required. The remote device is recognized as a diff --git a/internal/platform/implementation/windows/ble_socket.h b/internal/platform/implementation/windows/ble_socket.h index fdf28e8f..96fb58ef 100644 --- a/internal/platform/implementation/windows/ble_socket.h +++ b/internal/platform/implementation/windows/ble_socket.h @@ -24,7 +24,7 @@ namespace nearby { namespace windows { -// TODO(b/184975123): Implement BLE Weave Socket +// TODO(b/269152309): Implement BLE Weave Socket // This is just a fake stub to appease the BLE Medium abstraction. Windows // does not support BLE Weave sockets currently. BLE is only used in the // pre-connection phase handshake (advertising & discovering), connection is