Home | History | Annotate | Download | only in gatt

Lines Matching refs:sdp_handle

1391     UINT32              sdp_handle;
1398 if ((sdp_handle = SDP_CreateRecord()) == 0)
1404 SDP_AddServiceClassIdList(sdp_handle, 1, &p_uuid->uu.uuid16);
1409 SDP_AddAttribute (sdp_handle, ATTR_ID_SERVICE_CLASS_ID_LIST, DATA_ELE_SEQ_DESC_TYPE,
1415 SDP_DeleteRecord(sdp_handle);
1429 SDP_AddProtocolList(sdp_handle, 2, proto_elem_list);
1432 SDP_AddUuidSequence (sdp_handle, ATTR_ID_BROWSE_GROUP_LIST, 1, &list);
1434 return(sdp_handle);