Home
last modified time | relevance | path

Searched refs:pkt_types (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1488 uint16_t pkt_types) { in btm_set_packet_types_from_address() argument
1495 if (!internal_.change_connection_packet_types(*p_acl, pkt_types)) { in btm_set_packet_types_from_address()
1498 pkt_types, bd_addr); in btm_set_packet_types_from_address()
1512 uint16_t pkt_types = 0; in BTM_GetMaxPacketSize() local
1515 pkt_types = p->pkt_types_mask; in BTM_GetMaxPacketSize()
1520 pkt_types = btm_cb.acl_cb_.DefaultPacketTypes(); in BTM_GetMaxPacketSize()
1524 if (pkt_types) { in BTM_GetMaxPacketSize()
1525 if (!(pkt_types & HCI_PKT_TYPES_MASK_NO_3_DH5)) in BTM_GetMaxPacketSize()
1527 else if (!(pkt_types & HCI_PKT_TYPES_MASK_NO_2_DH5)) in BTM_GetMaxPacketSize()
1529 else if (!(pkt_types & HCI_PKT_TYPES_MASK_NO_3_DH3)) in BTM_GetMaxPacketSize()
[all …]
/packages/modules/Bluetooth/system/stack/include/
Dacl_api.h186 uint16_t pkt_types);
Dbtm_api.h451 bool is_orig, uint16_t pkt_types,
Dbtm_client_interface.h134 bool is_orig, uint16_t pkt_types,
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.h1094 std::function<void(const RawAddress& bd_addr, uint16_t pkt_types)> body{
1096 void operator()(const RawAddress& bd_addr, uint16_t pkt_types) { in operator()
1097 body(bd_addr, pkt_types); in operator()
Dmock_stack_acl.cc610 uint16_t pkt_types) { in btm_set_packet_types_from_address() argument
612 test::mock::stack_acl::btm_set_packet_types_from_address(bd_addr, pkt_types); in btm_set_packet_types_from_address()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc731 uint16_t pkt_types, uint16_t* p_sco_inx, in BTM_CreateSco() argument
810 p_setup->packet_types = pkt_types & BTM_SCO_SUPPORTED_PKTS_MASK & in BTM_CreateSco()
817 (pkt_types & BTM_SCO_EXCEPTION_PKTS_MASK) | in BTM_CreateSco()