Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_sdp_client_result Struct Reference

Generic SDP Client Query Result data holder. More...

#include <sdp.h>

Data Fields

struct net_bufresp_buf
 buffer containing unparsed SDP record result for given UUID
 
bool next_record_hint
 flag pointing that there are more result chunks for given UUID
 
const struct bt_uuiduuid
 Reference to UUID object on behalf one discovery was started.
 

Detailed Description

Generic SDP Client Query Result data holder.

Field Documentation

◆ next_record_hint

bool bt_sdp_client_result::next_record_hint

flag pointing that there are more result chunks for given UUID

◆ resp_buf

struct net_buf* bt_sdp_client_result::resp_buf

buffer containing unparsed SDP record result for given UUID

◆ uuid

const struct bt_uuid* bt_sdp_client_result::uuid

Reference to UUID object on behalf one discovery was started.


The documentation for this struct was generated from the following file: