Searched defs:flow (Results 1 - 5 of 5) sorted by relevance

/system/bt/btif/include/
H A Dbtif_pan_internal.h83 int flow; // 1: outbound data flow on; 0: outbound data flow off member in struct:__anon625
/system/bt/stack/rfcomm/
H A Drfc_port_if.c142 UINT8 flow; local
159 /* Negotiate the flow control mechanism. If flow control mechanism for */
162 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow;
165 if (flow == PORT_FC_CREDIT)
295 ** Description This function is called by the port entity when flow
H A Dport_int.h49 #define PORT_FC_UNDEFINED 0 /* mux flow control mechanism not defined yet */
50 #define PORT_FC_TS710 1 /* use TS 07.10 flow control */
51 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */
59 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */
60 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */
108 UINT8 flow; /* flow control mechanism for this mux */ member in struct:__anon1253
/system/bt/stack/btu/
H A Dbtu_hcif.c694 FLOW_SPEC flow; local
698 STREAM_TO_UINT8 (flow.qos_flags, p);
699 STREAM_TO_UINT8 (flow.service_type, p);
700 STREAM_TO_UINT32 (flow.token_rate, p);
701 STREAM_TO_UINT32 (flow.peak_bandwidth, p);
702 STREAM_TO_UINT32 (flow.latency, p);
703 STREAM_TO_UINT32 (flow.delay_variation, p);
705 btm_qos_setup_complete(status, handle, &flow);
/system/bt/stack/include/
H A Dbtm_api.h732 FLOW_SPEC flow; member in struct:__anon1032

Completed in 122 milliseconds