Searched refs:p_length (Results 1 – 5 of 5) sorted by relevance
| /hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/ |
| D | cybt_platform_hci.c | 528 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/ |
| D | cybt_platform_hci.h | 150 uint32_t *p_length
|
| /hal_infineon-latest/btstack/wiced_include/ |
| D | wiced_bt_ble.h | 1009 …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/ |
| D | cy_ipc_bt.c | 600 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/ |
| D | cy_ipc_bt.h | 811 cy_en_btipcdrv_status_t Cy_BTIPC_HCI_getPTI (cy_en_btipc_hcipti_t *pti, uint32_t *p_length, uint32_…
|