Searched refs:pkt_types (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_acl.c | 1988 tBTM_STATUS BTM_SetPacketTypes (BD_ADDR remote_bda, UINT16 pkt_types) in BTM_SetPacketTypes() argument 1994 return(btm_set_packet_types (p, pkt_types)); in BTM_SetPacketTypes() 2544 tBTM_STATUS btm_set_packet_types (tACL_CONN *p, UINT16 pkt_types) in btm_set_packet_types() argument 2549 temp_pkt_types = (pkt_types & BTM_ACL_SUPPORTED_PKTS_MASK & in btm_set_packet_types() 2555 temp_pkt_types |= ((pkt_types & BTM_ACL_EXCEPTION_PKTS_MASK) | in btm_set_packet_types() 2589 UINT16 pkt_types = 0; in btm_get_max_packet_size() local 2594 pkt_types = p->pkt_types_mask; in btm_get_max_packet_size() 2601 pkt_types = btm_cb.btm_acl_pkt_types_supported; in btm_get_max_packet_size() 2605 if (pkt_types) in btm_get_max_packet_size() 2607 if (!(pkt_types & BTM_ACL_PKT_TYPES_MASK_NO_3_DH5)) in btm_get_max_packet_size() [all …]
|
D | btm_sco.c | 561 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types, in BTM_CreateSco() argument 648 if (pkt_types == BTM_IGNORE_SCO_PKT_TYPE) in BTM_CreateSco() 649 pkt_types = btm_cb.sco_cb.def_esco_parms.packet_types; in BTM_CreateSco() 654 ? (pkt_types & BTM_SCO_LINK_ONLY_MASK) : pkt_types; in BTM_CreateSco() 1180 tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types) in BTM_SetScoPacketTypes() argument 1191 parms.packet_types = pkt_types; in BTM_SetScoPacketTypes() 1752 UINT16 pkt_types, UINT16 *p_sco_inx, in BTM_CreateSco() argument 1756 tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types) {return (BTM_NO_RESOURCES);} in BTM_SetScoPacketTypes() argument
|
D | btm_int.h | 1008 extern tBTM_STATUS btm_set_packet_types (tACL_CONN *p, UINT16 pkt_types);
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 3120 BTM_API extern tBTM_STATUS BTM_SetPacketTypes (BD_ADDR remote_bda, UINT16 pkt_types); 3336 UINT16 pkt_types, UINT16 *p_sco_inx, 3373 BTM_API extern tBTM_STATUS BTM_SetScoPacketTypes (UINT16 sco_inx, UINT16 pkt_types);
|