Home
last modified time | relevance | path

Searched defs:pp_buf (Results 1 – 3 of 3) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/utility/
Dutility.c217 uint8_t get_u8_inc(const uint8_t **pp_buf) in get_u8_inc()
227 uint16_t get_u16_inc(const uint8_t **pp_buf) in get_u16_inc()
238 uint32_t get_u32_inc(const uint8_t **pp_buf) in get_u32_inc()
251 void put_u8_inc(uint8_t **pp_buf, uint8_t x) in put_u8_inc()
259 void put_u16_inc(uint8_t **pp_buf, uint16_t x) in put_u16_inc()
268 void put_u32_inc(uint8_t **pp_buf, uint32_t x) in put_u32_inc()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c398 UINT16 GAP_ConnBTRead (UINT16 gap_handle, BT_HDR **pp_buf) in GAP_ConnBTRead()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c1325 int PORT_Read (UINT16 handle, BT_HDR **pp_buf) in PORT_Read()