Lines Matching full:record
286 /** @brief SDP Service Record Value. */
291 uint8_t index; /* Index of the record in LL */
343 * @brief SDP New Service Record Declaration Macro.
345 * Helper macro to declare a new service record.
346 * Default attributes: Record Handle, Record State,
439 * @param _attrs List of attributes for the service record.
449 /** @brief Register a Service Record.
451 * Register a Service Record. Applications can make use of
456 * @param service Service record declared using BT_SDP_DECLARE_SERVICE.
466 /* buffer containing unparsed SDP record result for given UUID */
485 * on remote for given UUID and the result record buffer can be used by user
489 * object. It'll be called on each valid record discovery completion for given
491 * to the user. Otherwise user can get valid record(s) and then the internal
492 * hint 'next record' is set to false saying the UUID resolution is complete or
493 * the hint can be set by caller to true meaning that next record is available
497 * records for given UUID since current record data fulfills its requirements
502 * @param result Object pointing to logical unparsed SDP record collected on
506 * record data and continue discovery for given UUID. By returning
517 /** Discover callback to be called on resolved SDP record */
568 * @param buf Original buffered raw record data.
583 * @param buf Original buffered raw record data.
603 * @param buf Original buffered raw record data.
616 * @param buf Buffer holding original raw record data from remote.