Searched refs:resp_buf (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | bredr.c | 373 " remote %s", result->resp_buf, in sdp_hfp_ag_user() 374 result->resp_buf->len, result->next_record_hint, in sdp_hfp_ag_user() 381 res = bt_sdp_get_proto_param(result->resp_buf, in sdp_hfp_ag_user() 390 res = bt_sdp_get_profile_version(result->resp_buf, in sdp_hfp_ag_user() 404 res = bt_sdp_get_features(result->resp_buf, &features); in sdp_hfp_ag_user() 432 " remote %s", result->resp_buf, in sdp_a2src_user() 433 result->resp_buf->len, result->next_record_hint, in sdp_a2src_user() 440 res = bt_sdp_get_proto_param(result->resp_buf, in sdp_a2src_user() 455 res = bt_sdp_get_profile_version(result->resp_buf, in sdp_a2src_user() 469 res = bt_sdp_get_features(result->resp_buf, &features); in sdp_a2src_user()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | ssp.c | 588 struct net_buf *resp_buf; in io_capa_neg_reply() local 590 resp_buf = bt_hci_cmd_create(BT_HCI_OP_IO_CAPABILITY_NEG_REPLY, in io_capa_neg_reply() 592 if (!resp_buf) { in io_capa_neg_reply() 597 cp = net_buf_add(resp_buf, sizeof(*cp)); in io_capa_neg_reply() 600 bt_hci_cmd_send_sync(BT_HCI_OP_IO_CAPABILITY_NEG_REPLY, resp_buf, NULL); in io_capa_neg_reply() 640 struct net_buf *resp_buf; in bt_hci_io_capa_req() local 653 resp_buf = bt_hci_cmd_create(BT_HCI_OP_IO_CAPABILITY_REPLY, in bt_hci_io_capa_req() 655 if (!resp_buf) { in bt_hci_io_capa_req() 677 cp = net_buf_add(resp_buf, sizeof(*cp)); in bt_hci_io_capa_req() 682 bt_hci_cmd_send_sync(BT_HCI_OP_IO_CAPABILITY_REPLY, resp_buf, NULL); in bt_hci_io_capa_req()
|
D | sdp.c | 582 struct net_buf *resp_buf; in sdp_svc_search_req() local 638 resp_buf = bt_sdp_create_pdu(); in sdp_svc_search_req() 639 rsp = net_buf_add(resp_buf, sizeof(*rsp)); in sdp_svc_search_req() 659 if ((MIN(SDP_MTU, sdp->chan.tx.mtu) - resp_buf->len) < in sdp_svc_search_req() 667 net_buf_add_u8(resp_buf, SDP_SS_CONT_STATE_SIZE); in sdp_svc_search_req() 668 net_buf_add_u8(resp_buf, cont_state); in sdp_svc_search_req() 682 net_buf_add_be32(resp_buf, record->handle); in sdp_svc_search_req() 688 net_buf_add_u8(resp_buf, 0); in sdp_svc_search_req() 690 net_buf_add_be16(resp_buf, total_recs); in sdp_svc_search_req() 696 LOG_DBG("Sending response, len %u", resp_buf->len); in sdp_svc_search_req() [all …]
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | sdp.h | 481 struct net_buf *resp_buf; member
|