Lines Matching full:locked
74 /** Service is already locked */
76 /** Service is not locked */
108 * @param locked Whether the lock was locked or released.
113 bool locked);
291 /** Whether or not the set can be locked on this device */
368 * @param locked Whether the lock is locked or release.
373 struct bt_csip_set_coordinator_csis_inst *inst, bool locked);
390 * in the locked state, this will be called with @p locked true and @p member
391 * will be the locked member, and the ordered access procedure is cancelled.
396 * @param locked Whether the lock is locked or release.
397 * @param member The locked member if @p locked is true, otherwise NULL.
401 int err, bool locked,
475 * If any of the members are in the locked state, the procedure will be
495 * The members will be locked starting from lowest rank going up.
499 * TODO: If locking fails, the already locked members will not be unlocked.