Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_hh.cc210 static BT_HDR* create_pbuf(uint16_t len, uint8_t* data) { in create_pbuf() function
242 p_buf = create_pbuf(len, data); in update_keyboard_lockstates()
632 BT_HDR* p_buf = create_pbuf(size, report); in btif_hh_setreport()
651 BT_HDR* p_buf = create_pbuf(size, report); in btif_hh_senddata()
1564 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in set_report()
1617 BT_HDR* p_buf = create_pbuf(hex_bytes_filled, hexbuf); in send_data()