Home
last modified time | relevance | path

Searched defs:link_type (Results 1 – 5 of 5) 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
H A Dhsp_ag.c620 uint8_t link_type = hci_event_synchronous_connection_complete_get_link_type(packet); in packet_handler() local
H A Dhfp.c952 uint8_t link_type = hci_event_synchronous_connection_complete_get_link_type(packet); in hfp_handle_hci_event() local
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h370 u8_t link_type; member
/btstack/src/
H A Dhci.c3660 hci_link_type_t link_type; in event_handler() local
9740 …ister_classic_connection_filter(int (*accept_callback)(bd_addr_t addr, hci_link_type_t link_type)){ in gap_register_classic_connection_filter()