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

  /system/bt/service/
gatt_server_old.cpp 104 std::map<UUID, int> uuid_to_attribute; member in struct:bluetooth::gatt::ServerInternals
306 g_internal->uuid_to_attribute[id] = char_handle;
655 const int handle = internal_->uuid_to_attribute[id];
684 const int control_attribute = internal_->uuid_to_attribute[control_id];
685 const int blob_attribute = internal_->uuid_to_attribute[id];
752 const int attribute_id = internal_->uuid_to_attribute[id];
774 const int attribute_id = internal_->uuid_to_attribute[id];

Completed in 182 milliseconds