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

/system/bt/stack/btm/
H A Dbtm_acl.cc1842 tBTM_STATUS BTM_SetQoS(const RawAddress& bd, FLOW_SPEC* p_flow, argument
1857 btsnd_hcic_qos_setup(p->hci_handle, p_flow->qos_flags, p_flow->service_type,
1858 p_flow->token_rate, p_flow->peak_bandwidth,
1859 p_flow->latency, p_flow->delay_variation);
1893 FLOW_SPEC* p_flow) {
1906 if (p_flow != NULL) {
1907 qossu.flow.qos_flags = p_flow
1892 btm_qos_setup_complete(uint8_t status, uint16_t handle, FLOW_SPEC* p_flow) argument
[all...]

Completed in 227 milliseconds