Searched refs:BufferSliceMalloc (Results 1 – 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
D | buffer.h | 81 BTSTACK_API Buffer *BufferSliceMalloc(const Buffer *buf, uint32_t offset, uint32_t size);
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/ |
D | buffer.c | 66 Buffer *BufferSliceMalloc(const Buffer *buf, uint32_t offset, uint32_t size) in BufferSliceMalloc() function
|
D | packet.c | 473 dFirst->next->buf = BufferSliceMalloc(first->buf, 0, fragLength); in PacketFragment()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
D | att_receive.c | 106 bufferNew = BufferSliceMalloc( in AttGapSignatureConfirmationResultAsync() 664 bufferNew = BufferSliceMalloc(buffer, STEP_SIX, buffSize - STEP_SIX); in AttFindByTypeValueRequest() 1330 bufferNew = BufferSliceMalloc(buffer, STEP_TWO, buffSize - STEP_TWO); in AttWriteRequest() 1412 Buffer *bufferNew = BufferSliceMalloc(buffer, STEP_TWO, buffSize - STEP_TWO); in AttWriteCommand() 1502 … bufferNew = BufferSliceMalloc(buffer, STEP_TWO, buffSize - sizeof(signature) - sizeof(uint16_t)); in AttSignedWriteCommand() 1555 bufferNew = BufferSliceMalloc(buffer, STEP_FOUR, buffSize - STEP_FOUR); in AttPrepareWriteRequest() 1611 bufferNew = BufferSliceMalloc(buffer, STEP_FOUR, buffSize - STEP_FOUR); in AttPrepareWriteResponse() 1758 bufferNew = BufferSliceMalloc(buffer, STEP_TWO, buffNotiSize - STEP_TWO); in AttHandleValueNotification() 1811 bufferNew = BufferSliceMalloc(buffer, STEP_TWO, buffIndiSize - STEP_TWO); in AttHandleValueIndication()
|
D | att_send_response.c | 761 bufferNew = BufferSliceMalloc(readResAsyncPtr->attValue, 0, mtu - 1); in AttReadResponseAsync() 862 bufferNew = BufferSliceMalloc(readBlobResAsyncPtr->attValue, 0, mtu - 1); in AttReadBlobResponseAsync() 964 bufferNew = BufferSliceMalloc(readMultipleResponseAsyncPtr->attValue, 0, mtu - 1); in AttReadMultipleResponseAsync() 1490 bufferNew = BufferSliceMalloc(handleNotificationAsyncPtr->attValue, 0, len); in AttHandleValueNotificationAsync() 1595 bufferNew = BufferSliceMalloc(handleIndicationAsyncPtr->attValue, 0, len); in AttHandleValueIndicationAsync()
|