Lines Matching refs:btstack_linked_item_t
195 btstack_linked_item_t *it; in rfcomm_channel_for_rfcomm_cid()
196 for (it = (btstack_linked_item_t *) rfcomm_channels; it ; it = it->next){ in rfcomm_channel_for_rfcomm_cid()
219 btstack_linked_item_t *it; in rfcomm_multiplexer_for_ertm_id()
220 for (it = (btstack_linked_item_t *) rfcomm_multiplexers; it ; it = it->next){ in rfcomm_multiplexer_for_ertm_id()
404 btstack_linked_list_add(&rfcomm_multiplexers, (btstack_linked_item_t *) multiplexer); in rfcomm_multiplexer_create_for_addr()
410 btstack_linked_item_t *it; in rfcomm_multiplexer_for_addr()
411 for (it = (btstack_linked_item_t *) rfcomm_multiplexers; it ; it = it->next){ in rfcomm_multiplexer_for_addr()
423 btstack_linked_item_t *it; in rfcomm_multiplexer_for_l2cap_cid()
424 for (it = (btstack_linked_item_t *) rfcomm_multiplexers; it ; it = it->next){ in rfcomm_multiplexer_for_l2cap_cid()
434 btstack_linked_item_t *it; in rfcomm_multiplexer_has_channels()
435 for (it = (btstack_linked_item_t *) rfcomm_channels; it ; it = it->next){ in rfcomm_multiplexer_has_channels()
448 btstack_linked_item_t * it; in rfcomm_dump_channels()
450 for (it = (btstack_linked_item_t *) rfcomm_channels; it ; it = it->next){ in rfcomm_dump_channels()
518 btstack_linked_list_add(&rfcomm_channels, (btstack_linked_item_t *) channel); in rfcomm_channel_create()
537 btstack_linked_item_t *it; in rfcomm_channel_for_multiplexer_and_dlci()
538 for (it = (btstack_linked_item_t *) rfcomm_channels; it ; it = it->next){ in rfcomm_channel_for_multiplexer_and_dlci()
548 btstack_linked_item_t *it; in rfcomm_service_for_channel()
549 for (it = (btstack_linked_item_t *) rfcomm_services; it ; it = it->next){ in rfcomm_service_for_channel()
879 btstack_linked_list_remove( &rfcomm_multiplexers, (btstack_linked_item_t *) multiplexer); in rfcomm_multiplexer_free()
885 btstack_linked_item_t *it = (btstack_linked_item_t *) &rfcomm_channels; in rfcomm_multiplexer_finalize()
911 btstack_linked_item_t *it; in rfcomm_multiplexer_opened()
912 for (it = (btstack_linked_item_t *) rfcomm_channels; it ; it = it->next){ in rfcomm_multiplexer_opened()
1090 btstack_linked_item_t * it = (btstack_linked_item_t *) &rfcomm_channels; in rfcomm_hci_event_handler()
1096 … btstack_linked_list_remove(&rfcomm_channels, (btstack_linked_item_t *) channel); in rfcomm_hci_event_handler()
1461 btstack_linked_list_remove( &rfcomm_channels, (btstack_linked_item_t *) channel); in rfcomm_channel_finalize()
2580 btstack_linked_list_add(&rfcomm_services, (btstack_linked_item_t *) service); in rfcomm_register_service_internal()
2600 btstack_linked_list_remove(&rfcomm_services, (btstack_linked_item_t *) service); in rfcomm_unregister_service()