Searched refs:btstack_linked_list_get_first_item (Results 1 – 7 of 7) sorted by relevance
110 btstack_linked_item_t * btstack_linked_list_get_first_item(btstack_linked_list_t * list);
862 …btstack_crypto_t * btstack_crypto = (btstack_crypto_t*) btstack_linked_list_get_first_item(&btstac… in btstack_crypto_run()993 …btstack_crypto_t * btstack_crypto = (btstack_crypto_t*) btstack_linked_list_get_first_item(&btstac… in btstack_crypto_handle_random_data()1036 …btstack_crypto_t * btstack_crypto = (btstack_crypto_t*) btstack_linked_list_get_first_item(&btstac… in btstack_crypto_handle_encryption_result()1040 …btstack_crypto_aes128 = (btstack_crypto_aes128_t*) btstack_linked_list_get_first_item(&btstack_cry… in btstack_crypto_handle_encryption_result()1046 …btstack_crypto_cmac = (btstack_crypto_aes128_cmac_t*) btstack_linked_list_get_first_item(&btstack_… in btstack_crypto_handle_encryption_result()1053 …btstack_crypto_ccm = (btstack_crypto_ccm_t*) btstack_linked_list_get_first_item(&btstack_crypto_op… in btstack_crypto_handle_encryption_result()1143 …btstack_crypto_ec_p192 = (btstack_crypto_ecc_p256_t*) btstack_linked_list_get_first_item(&btstack_… in btstack_crypto_event_handler()
128 btstack_linked_item_t * btstack_linked_list_get_first_item(btstack_linked_list_t * list){ in btstack_linked_list_get_first_item() function
49 item = btstack_linked_list_get_first_item(&testList); in TEST()
361 att_pdu_t * pdu = (att_pdu_t *) btstack_linked_list_get_first_item((&outgoing_att_pdus)); in mitm_request_to_send()
397 …mesh_network_pdu_t * latest_segment = (mesh_network_pdu_t *) btstack_linked_list_get_first_item(&m… in mesh_lower_transport_incoming_process_segment()
295 … network_pdu = (mesh_network_pdu_t *) btstack_linked_list_get_first_item(&message_pdu->segments); in test_upper_transport_access_message_handler()