HomeSort by relevance Sort by last modified time
    Searched full:btm_sdp_handle (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 69 UINT32 btm_sdp_handle; local
74 if ((btm_sdp_handle = SDP_CreateRecord()) != FALSE)
84 if (SDP_AddProtocolList(btm_sdp_handle, BTM_NUM_PROTO_ELEMS,
96 if( SDP_AddSequence(btm_sdp_handle, (UINT16) ATTR_ID_SERVICE_CLASS_ID_LIST,
98 // if (SDP_AddServiceClassIdList(btm_sdp_handle, 1, &service_uuid))
100 if ((SDP_AddAttribute(btm_sdp_handle, ATTR_ID_SERVICE_NAME,
108 if ((SDP_AddUuidSequence (btm_sdp_handle, ATTR_ID_BROWSE_GROUP_LIST,
111 return btm_sdp_handle;

Completed in 512 milliseconds