Describe the bug
"Got descriptors for a characteristic we don't know" about while connecting to an iRobot Create 3.
Expected behavior
able to connect to peripheral
Actual behavior
the connect fails with error: "Got descriptors for a characteristic we don't know"
Additional context
error is coming from:
pub fn set_characteristic_descriptors(
&mut self,
service_uuid: Uuid,
characteristic_uuid: Uuid,
descriptors: HashMap<Uuid, StrongPtr>,
) {
in corebluetooth internal
Describe the bug
"Got descriptors for a characteristic we don't know" about while connecting to an iRobot Create 3.
Expected behavior
able to connect to peripheral
Actual behavior
the connect fails with error: "Got descriptors for a characteristic we don't know"
Additional context
error is coming from:
pub fn set_characteristic_descriptors(
&mut self,
service_uuid: Uuid,
characteristic_uuid: Uuid,
descriptors: HashMap<Uuid, StrongPtr>,
) {
in corebluetooth internal