Home
last modified time | relevance | path

Searched refs:bt_sdp_pdu_cstate (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp_internal.h69 struct bt_sdp_pdu_cstate { struct
Dsdp.c92 struct bt_sdp_pdu_cstate cstate;
1906 struct bt_sdp_pdu_cstate *cstate; in sdp_client_receive_ss()
1948 cstate = (struct bt_sdp_pdu_cstate *)(buf->data + record_len); in sdp_client_receive_ss()
1984 memcpy(&session->cstate, cstate, sizeof(struct bt_sdp_pdu_cstate)); in sdp_client_receive_ss()
2005 struct bt_sdp_pdu_cstate *cstate; in sdp_client_receive_ssa_sa()
2029 cstate = (struct bt_sdp_pdu_cstate *)(buf->data + frame_len); in sdp_client_receive_ssa_sa()
2068 memcpy(&session->cstate, cstate, sizeof(struct bt_sdp_pdu_cstate)); in sdp_client_receive_ssa_sa()