Home
last modified time | relevance | path

Searched refs:packetState (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.c209 request->packetState = SDP_PACKET_WAIT; in SdpServiceSearch()
253 request->packetState = SDP_PACKET_WAIT; in SdpServiceAttribute()
299 request->packetState = SDP_PACKET_WAIT; in SdpServiceSearchAttribute()
340 request->packetState = SDP_PACKET_WAIT; in SdpServiceBrowse()
H A Dsdp_util.h174 uint8_t packetState; member
H A Dsdp_client_parse.c106 ((request->packetState == SDP_PACKET_SEND) || (request->packetState == SDP_PACKET_SEND_FRAGMENT))) { in SdpFindRemainRequestByAddress()
117 (request->packetState == SDP_PACKET_WAIT)) { in SdpFindRemainRequestByAddress()
262 if ((request == NULL) || (request->packetState == SDP_PACKET_WAIT)) { in SdpSendRequestForAssemblePacket()
265 if (request->packetState == SDP_PACKET_SEND) { in SdpSendRequestForAssemblePacket()
276 request->packetState = SDP_PACKET_SEND_FRAGMENT; in SdpSendRequestForAssemblePacket()
H A Dsdp_connect.c487 request->packetState = SDP_PACKET_SEND; in SdpConfigRspCallbackTask()
864 request->packetState = SDP_PACKET_SEND; in SdpReceiveConfigResponseTask()
1156 request->packetState = SDP_PACKET_SEND; in SdpReceiveDataTask()
1633 request->packetState = SDP_PACKET_SEND; in SdpClientConnect()

Completed in 7 milliseconds