Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 9 of 9) sorted by relevance

/btstack/src/classic/
H A Dhsp_hs.c599 …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 Dhsp_ag.c620 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 Dhfp.c952 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 Dsnmp.h120 (netif)->link_type = (type); \
H A Dnetif.h370 u8_t link_type; member
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2_interfaces.c174 *value_s32 = netif->link_type; in interfaces_Table_get_value()
/btstack/src/
H A Dgap.h483 …ister_classic_connection_filter(int (*accept_callback)(bd_addr_t addr, hci_link_type_t link_type));
H A Dhci.h1046 int (*gap_classic_accept_callback)(bd_addr_t addr, hci_link_type_t link_type);
H A Dhci.c3660 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