com.xiaomi.bsp.gps.nps
com.xiaomi.bsp.gps.nps
GPS location
I think bsp = board system package (https://en.wikipedia.org/wiki/Board_support_package)
Not sure about nps (It might be Non-Permanent GPS station)
It’s a small package which seems to display a notification when an app is using GPS.
More precisely, there is a receiver (GnssEventReceiver) which listen to com.xiaomi.bsp.gps.nps.GetEvent
This event most likely happen when an app use the GPS and refers to the state of the communication with the GNSS:
FIX, LOSE, RECOVER, START, STOP
It’s safe to remove if you really want to.