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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c4244 BOOLEAN btm_sec_create_conn (BD_ADDR bda, UINT16 packet_types, argument
4262 return(btsnd_hcic_create_conn (bda, packet_types, page_scan_rep_mode,
/external/bluetooth/bluedroid/stack/hcic/
H A Dhcicmds.c133 BOOLEAN btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types, argument
159 UINT16_TO_STREAM (pp, packet_types);
204 BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types) argument
221 UINT16_TO_STREAM (pp, packet_types);
394 BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types) argument
411 UINT16_TO_STREAM (pp, packet_types);
672 UINT8 retrans_effort, UINT16 packet_types)
694 UINT16_TO_STREAM (pp, packet_types);
703 UINT16 packet_types)
725 UINT16_TO_STREAM (pp, packet_types);
670 btsnd_hcic_setup_esco_conn(UINT16 handle, UINT32 tx_bw, UINT32 rx_bw, UINT16 max_latency, UINT16 voice, UINT8 retrans_effort, UINT16 packet_types) argument
700 btsnd_hcic_accept_esco_conn(BD_ADDR bd_addr, UINT32 tx_bw, UINT32 rx_bw, UINT16 max_latency, UINT16 content_fmt, UINT8 retrans_effort, UINT16 packet_types) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1055 UINT16 packet_types; member in struct:__anon1422
1062 UINT16 packet_types; member in struct:__anon1423
3551 ** the tx_bw, max_latency, content format, and packet_types are

Completed in 126 milliseconds