Home
last modified time | relevance | path

Searched refs:packet_types (Results 1 – 12 of 12) sorted by relevance

/btstack/src/classic/
H A Dhsp_hs.c460 uint16_t packet_types; in hsp_run() local
462 packet_types = SCO_PACKET_TYPES_EV3 | SCO_PACKET_TYPES_2EV3; in hsp_run()
464 packet_types = SCO_PACKET_TYPES_HV3 | SCO_PACKET_TYPES_HV2 | SCO_PACKET_TYPES_HV1; in hsp_run()
468 packet_types &= hsp_hs_sco_packet_types; in hsp_run()
471 packet_types ^= 0x03c0; in hsp_run()
476 …_synchronous_connection, hsp_hs_remote, 8000, 8000, 0xffff, sco_voice_setting, 0xff, packet_types); in hsp_run()
733 void hsp_hs_set_sco_packet_types(uint16_t packet_types){ in hsp_hs_set_sco_packet_types() argument
734 hsp_hs_sco_packet_types = packet_types; in hsp_hs_set_sco_packet_types()
H A Dhfp.c115 const uint16_t packet_types; member
508 little_endian_store_16(event, pos, hfp_connection->packet_types); in hfp_emit_sco_connection_established()
2026 uint16_t packet_types = hfp_link_settings[setting].packet_types; in hfp_setup_synchronous_connection() local
2027 hfp_connection->packet_types = packet_types; in hfp_setup_synchronous_connection()
2030 uint16_t packet_types_flipped = packet_types ^ 0x03c0; in hfp_setup_synchronous_connection()
2109 …uint16_t packet_types = hfp_link_settings[(uint8_t)(hfp_mandatory_safe_settings[i].link_setting)]. in hfp_safe_settings_for_context() local
2110 bool is_eSCO_setting = (packet_types & SCO_PACKET_TYPES_ESCO) != 0; in hfp_safe_settings_for_context()
2127 uint16_t packet_types; in hfp_accept_synchronous_connection() local
2136 packet_types = SCO_PACKET_TYPES_HV3 | SCO_PACKET_TYPES_HV1; in hfp_accept_synchronous_connection()
2143 packet_types = hfp_link_settings[(uint8_t) link_setting].packet_types; in hfp_accept_synchronous_connection()
[all …]
H A Dhsp_ag.c439 uint16_t packet_types; in hsp_run() local
510 packet_types = hsp_ag_sco_packet_types ^ 0x3c0; in hsp_run()
511 …ection, hsp_ag_rfcomm_handle, 8000, 8000, 0xFFFF, hci_get_sco_voice_setting(), 0xFF, packet_types); in hsp_run()
745 void hsp_ag_set_sco_packet_types(uint16_t packet_types){ in hsp_ag_set_sco_packet_types() argument
746 hsp_ag_sco_packet_types = packet_types; in hsp_ag_set_sco_packet_types()
H A Dhsp_ag.h170 void hsp_ag_set_sco_packet_types(uint16_t packet_types);
H A Dhsp_hs.h176 void hsp_hs_set_sco_packet_types(uint16_t packet_types);
H A Dhfp.h560 uint16_t packet_types; member
940 void hfp_set_sco_packet_types(uint16_t packet_types);
/btstack/tool/
H A Ddump_h4.py18 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <="] variable
60 print (time, packet_types[type], as_hex(packet))
H A Ddump_pklg.py18 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <=", "0x04", "0x05", "0x06", "0x07", "SCO =>", … variable
60 print (time, packet_types[type], as_hex(packet))
H A Dsm_random_check.py12 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <="] variable
72 print (time, packet_types[type], as_hex(packet))
/btstack/test/hfp/
H A Ddump_test_sequence_from_pklg.py19 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <="] variable
/btstack/src/
H A Dhci.c1345 uint16_t packet_types = 0; in hci_acl_packet_types_for_buffer_size_and_local_features() local
1350 packet_types |= 1 << i; in hci_acl_packet_types_for_buffer_size_and_local_features()
1359 packet_types &= ~hci_acl_packet_type_feature_packet_mask[i]; in hci_acl_packet_types_for_buffer_size_and_local_features()
1361 return packet_types; in hci_acl_packet_types_for_buffer_size_and_local_features()
1370 void hci_enable_acl_packet_types(uint16_t packet_types){ in hci_enable_acl_packet_types() argument
1371 hci_stack->enabled_packet_types_acl = packet_types; in hci_enable_acl_packet_types()
1405 uint16_t packet_types = SCO_PACKET_TYPES_ALL; in hci_sco_packet_types_for_features() local
1413 packet_types &= ~hci_sco_packet_type_feature_requirements[i].feature_packet_mask; in hci_sco_packet_types_for_features()
1415 return packet_types; in hci_sco_packet_types_for_features()
1422 static uint16_t hci_sco_payload_length_for_packet_types(uint16_t packet_types){ in hci_sco_payload_length_for_packet_types() argument
[all …]
H A Dhci.h1688 void hci_enable_acl_packet_types(uint16_t packet_types);