Searched refs:profileBoth (Results 1 – 2 of 2) sorted by relevance
128 SdpProfileDescriptor profileBoth[HFP_HF_HSP_SERVER_PROFILE_NUM]; in AddProfile() local129 profileBoth[0].profileUuid.type = BT_UUID_16; in AddProfile()130 profileBoth[0].profileUuid.uuid16 = HFP_HF_UUID_SERVCLASS_HFP_HF; in AddProfile()131 profileBoth[0].versionNumber = HFP_HF_HFP_VERSION_1_7; in AddProfile()132 profileBoth[1].profileUuid.type = BT_UUID_16; in AddProfile()133 profileBoth[1].profileUuid.uuid16 = HFP_HF_UUID_SERVCLASS_HSP_HS; in AddProfile()134 profileBoth[1].versionNumber = HFP_HF_HSP_VERSION_1_2; in AddProfile()135 …return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileBoth, HFP_HF_HSP_SERVER_PROFILE_NU… in AddProfile()
133 SdpProfileDescriptor profileBoth[HFP_AG_HSP_SERVER_PROFILE_NUM]; in AddProfile() local134 profileBoth[0].profileUuid.type = BT_UUID_16; in AddProfile()135 profileBoth[0].profileUuid.uuid16 = HFP_AG_UUID_SERVCLASS_HFP_AG; in AddProfile()136 profileBoth[0].versionNumber = HFP_AG_HFP_VERSION_1_7; in AddProfile()137 profileBoth[1].profileUuid.type = BT_UUID_16; in AddProfile()138 profileBoth[1].profileUuid.uuid16 = HSP_AG_UUID_SERVCLASS; in AddProfile()139 profileBoth[1].versionNumber = HSP_AG_HSP_VERSION_1_2; in AddProfile()140 …return SDP_AddBluetoothProfileDescriptorList(sdpHandle_, profileBoth, HFP_AG_HSP_SERVER_PROFILE_NU… in AddProfile()