Searched refs:link_type (Results 1 – 9 of 9) sorted by relevance
/btstack/src/classic/ |
H A D | hsp_hs.c | 599 …uint8_t link_type = hci_event_synchronous_connection_complete_get_link_type(packet); in packet_handler() local 612 switch (link_type){ in packet_handler() 624 log_error("(e)SCO reserved link_type 0x%2x", link_type); in packet_handler()
|
H A D | hsp_ag.c | 620 uint8_t link_type = hci_event_synchronous_connection_complete_get_link_type(packet); in packet_handler() local 626 switch (link_type){ in packet_handler() 638 log_error("(e)SCO reserved link_type 0x%2x", link_type); in packet_handler()
|
H A D | hfp.c | 952 uint8_t link_type = hci_event_synchronous_connection_complete_get_link_type(packet); in hfp_handle_hci_event() local 958 switch (link_type){ in hfp_handle_hci_event() 970 log_error("(e)SCO reserved link_type 0x%2x", link_type); in hfp_handle_hci_event()
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | snmp.h | 120 (netif)->link_type = (type); \
|
H A D | netif.h | 370 u8_t link_type; member
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_mib2_interfaces.c | 174 *value_s32 = netif->link_type; in interfaces_Table_get_value()
|
/btstack/src/ |
H A D | gap.h | 483 …ister_classic_connection_filter(int (*accept_callback)(bd_addr_t addr, hci_link_type_t link_type));
|
H A D | hci.h | 1046 int (*gap_classic_accept_callback)(bd_addr_t addr, hci_link_type_t link_type);
|
H A D | hci.c | 3660 hci_link_type_t link_type; in event_handler() local 3789 link_type = (hci_link_type_t) packet[11]; in event_handler() 3799 if ((*hci_stack->gap_classic_accept_callback)(addr, link_type) == 0){ in event_handler() 3807 … log_info("Connection_incoming: %s, type %u", bd_addr_to_str(addr), (unsigned int) link_type); in event_handler() 3808 addr_type = (link_type == HCI_LINK_TYPE_ACL) ? BD_ADDR_TYPE_ACL : BD_ADDR_TYPE_SCO; in event_handler() 3823 if (link_type == HCI_LINK_TYPE_ESCO){ in event_handler() 9740 …ister_classic_connection_filter(int (*accept_callback)(bd_addr_t addr, hci_link_type_t link_type)){ in gap_register_classic_connection_filter() argument
|