Searched defs:packet_types (Results 1 – 9 of 9) sorted by relevance
/btstack/tool/ |
H A D | sm_random_check.py | 12 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <="] variable
|
H A D | dump_h4.py | 18 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <="] variable
|
H A D | dump_pklg.py | 18 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <=", "0x04", "0x05", "0x06", "0x07", "SCO =>", … variable
|
/btstack/src/classic/ |
H A D | hfp.c | 115 const uint16_t packet_types; member 2026 uint16_t packet_types = hfp_link_settings[setting].packet_types; in hfp_setup_synchronous_connection() local 2109 …uint16_t packet_types = hfp_link_settings[(uint8_t)(hfp_mandatory_safe_settings[i].link_setting)].… in hfp_safe_settings_for_context() local 2127 uint16_t packet_types; in hfp_accept_synchronous_connection() local 2347 void hfp_set_sco_packet_types(uint16_t packet_types){ in hfp_set_sco_packet_types()
|
H A D | hsp_hs.c | 460 uint16_t packet_types; in hsp_run() local 733 void hsp_hs_set_sco_packet_types(uint16_t packet_types){ in hsp_hs_set_sco_packet_types()
|
H A D | hsp_ag.c | 439 uint16_t packet_types; in hsp_run() local 745 void hsp_ag_set_sco_packet_types(uint16_t packet_types){ in hsp_ag_set_sco_packet_types()
|
H A D | hfp.h | 560 uint16_t packet_types; member
|
/btstack/test/hfp/ |
H A D | dump_test_sequence_from_pklg.py | 19 packet_types = [ "CMD =>", "EVT <=", "ACL =>", "ACL <="] variable
|
/btstack/src/ |
H A D | hci.c | 1345 uint16_t packet_types = 0; in hci_acl_packet_types_for_buffer_size_and_local_features() local 1370 void hci_enable_acl_packet_types(uint16_t 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 1422 static uint16_t hci_sco_payload_length_for_packet_types(uint16_t packet_types){ in hci_sco_payload_length_for_packet_types() 7705 uint16_t packet_types = flipped_packet_types ^ 0x03c0; in hci_set_sco_payload_length_for_flipped_packet_types() local
|