Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Ddaemon.c182 } btstack_linked_list_gatt_client_helper_t; typedef
379 btstack_linked_list_gatt_client_helper_t * gatt_helper = NULL; in daemon_add_gatt_client_handle()
382btstack_linked_list_gatt_client_helper_t * item = (btstack_linked_list_gatt_client_helper_t*) btst… in daemon_add_gatt_client_handle()
391 gatt_helper = calloc(sizeof(btstack_linked_list_gatt_client_helper_t), 1); in daemon_add_gatt_client_handle()
438 btstack_linked_list_gatt_client_helper_t * helper = NULL; in daemon_remove_gatt_client_handle()
441btstack_linked_list_gatt_client_helper_t * item = (btstack_linked_list_gatt_client_helper_t*) btst… in daemon_remove_gatt_client_handle()
475 btstack_linked_list_gatt_client_helper_t * helper = NULL; in daemon_remove_gatt_client_helper()
478btstack_linked_list_gatt_client_helper_t * item = (btstack_linked_list_gatt_client_helper_t*) btst… in daemon_remove_gatt_client_helper()
767 btstack_linked_list_gatt_client_helper_t * daemon_get_gatt_client_helper(hci_con_handle_t con_handl… in daemon_get_gatt_client_helper()
774btstack_linked_list_gatt_client_helper_t * item = (btstack_linked_list_gatt_client_helper_t*) btst… in daemon_get_gatt_client_helper()
[all …]