HomeSort by relevance Sort by last modified time
    Searched full:desc_id_to_chrc_id_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 933 DCHECK(desc_id_to_chrc_id_.find(descriptor->GetIdentifier()) ==
934 desc_id_to_chrc_id_.end());
938 desc_id_to_chrc_id_[descriptor->GetIdentifier()] =
952 DCHECK(desc_id_to_chrc_id_.find(descriptor->GetIdentifier()) !=
953 desc_id_to_chrc_id_.end());
    [all...]
bluetooth_low_energy_event_router.h 391 InstanceIdMap desc_id_to_chrc_id_; member in class:extensions::BluetoothLowEnergyEventRouter

Completed in 865 milliseconds