Searched refs:pkt_types (Results 1 – 4 of 4) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 1627 tBTM_STATUS btm_set_packet_types (tACL_CONN *p, UINT16 pkt_types) in btm_set_packet_types() argument 1632 temp_pkt_types = (pkt_types & BTM_ACL_SUPPORTED_PKTS_MASK & in btm_set_packet_types() 1636 temp_pkt_types |= ((pkt_types & BTM_ACL_EXCEPTION_PKTS_MASK) | in btm_set_packet_types() 1664 UINT16 pkt_types = 0; in btm_get_max_packet_size() local 1668 pkt_types = p->pkt_types_mask; in btm_get_max_packet_size() 1672 pkt_types = btm_cb.btm_acl_pkt_types_supported; in btm_get_max_packet_size() 1676 if (pkt_types) { in btm_get_max_packet_size() 1677 if (!(pkt_types & BTM_ACL_PKT_TYPES_MASK_NO_3_DH5)) { in btm_get_max_packet_size() 1679 } else if (!(pkt_types & BTM_ACL_PKT_TYPES_MASK_NO_2_DH5)) { in btm_get_max_packet_size() 1681 } else if (!(pkt_types & BTM_ACL_PKT_TYPES_MASK_NO_3_DH3)) { in btm_get_max_packet_size() [all …]
|
D | btm_sco.c | 645 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, in BTM_CreateSco() argument 719 if (pkt_types == BTM_IGNORE_SCO_PKT_TYPE) { in BTM_CreateSco() 720 pkt_types = btm_cb.sco_cb.def_esco_parms.packet_types; in BTM_CreateSco() 726 ? (pkt_types & BTM_SCO_LINK_ONLY_MASK) : pkt_types; in BTM_CreateSco() 1221 tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types) in BTM_SetScoPacketTypes() argument 1233 parms.packet_types = pkt_types; in BTM_SetScoPacketTypes() 1772 UINT16 pkt_types, UINT16 *p_sco_inx, in BTM_CreateSco() argument 1782 tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types) in BTM_SetScoPacketTypes() argument
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 2970 UINT16 pkt_types, UINT16 *p_sco_inx, 3009 tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 1043 tBTM_STATUS btm_set_packet_types (tACL_CONN *p, UINT16 pkt_types);
|