Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c528 uint32_t *p_length in cybt_platform_hci_read() argument
537 if(!(hci_cb.inited && pti && p_data && p_length)) in cybt_platform_hci_read()
549 Cy_BTIPC_HCI_getPTI ((cy_en_btipc_hcipti_t *)pti, p_length, p_msg); in cybt_platform_hci_read()
550 Cy_BTIPC_HCI_GetReadBufPtr (&hci_cb.ipc_context, (void**)&ptr_rx_hci, (size_t*)p_length); in cybt_platform_hci_read()
552 memcpy((uint8_t*)p_data, ptr_rx_hci, *p_length); in cybt_platform_hci_read()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/include/
Dcybt_platform_hci.h150 uint32_t *p_length
/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_ble.h1009 …bt_ble_check_advertising_data( uint8_t *p_adv, wiced_bt_ble_advert_type_t type, uint8_t *p_length);
1026 uint8_t *p_length);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c600 cy_en_btipcdrv_status_t Cy_BTIPC_HCI_getPTI (cy_en_btipc_hcipti_t *pti, uint32_t *p_length, uint32_… in Cy_BTIPC_HCI_getPTI() argument
606 if ((NULL == pti) || (NULL == msgPtr) || (NULL == p_length)) in Cy_BTIPC_HCI_getPTI()
638 *p_length = Cy_bt_getPLLegnth(*pti, bufAddr); in Cy_BTIPC_HCI_getPTI()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h811 cy_en_btipcdrv_status_t Cy_BTIPC_HCI_getPTI (cy_en_btipc_hcipti_t *pti, uint32_t *p_length, uint32_…