Home
last modified time | relevance | path

Searched defs:packet_types (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_hcic_hcicmds.h47 uint16_t packet_types; member
Dmock_legacy_hci_iterface.cc38 uint16_t packet_types{0}; member
Dmock_stack_hcic_hcicmds.cc136 uint16_t packet_types) { in btsnd_hcic_accept_esco_conn()
142 void btsnd_hcic_add_SCO_conn(uint16_t handle, uint16_t packet_types) { in btsnd_hcic_add_SCO_conn()
150 void btsnd_hcic_change_conn_type(uint16_t handle, uint16_t packet_types) { in btsnd_hcic_change_conn_type()
159 void btsnd_hcic_create_conn(const RawAddress& dest, uint16_t packet_types, in btsnd_hcic_create_conn()
379 uint8_t retrans_effort, uint16_t packet_types) { in btsnd_hcic_setup_esco_conn()
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc547 void btsnd_hcic_create_conn(const RawAddress& dest, uint16_t packet_types, in btsnd_hcic_create_conn()
582 void btsnd_hcic_add_SCO_conn(uint16_t handle, uint16_t packet_types) { in btsnd_hcic_add_SCO_conn()
713 void btsnd_hcic_change_conn_type(uint16_t handle, uint16_t packet_types) { in btsnd_hcic_change_conn_type()
874 uint8_t retrans_effort, uint16_t packet_types) { in btsnd_hcic_setup_esco_conn()
900 uint16_t packet_types) { in btsnd_hcic_accept_esco_conn()
/packages/modules/Bluetooth/system/device/include/
Desco_parameters.h132 esco_packet_types_t packet_types; /* Packet Types */ member
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_test.cc235 uint16_t packet_types{0}; in TEST_F() local
/packages/modules/Bluetooth/system/btif/include/
Dbtif_bqr.h217 uint8_t packet_types; member
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h234 uint16_t packet_types; member
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc6258 uint8_t retransmission_effort, uint16_t packet_types, in SetupSynchronousConnection()
6292 uint16_t packet_types) { in AcceptSynchronousConnection()