Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dbt_vendor_lib.h300 typedef void (*tINT_CMD_CBACK)(void *p_mem); typedef
317 typedef uint8_t (*cmd_xmit_cb)(uint16_t opcode, void *p_buf, tINT_CMD_CBACK p_cback);
/system/bt/hci/src/
Dvendor.c170 ((tINT_CMD_CBACK)context)(response); in transmit_completed_callback()
178 static uint8_t transmit_cb(UNUSED_ATTR uint16_t opcode, void *buffer, tINT_CMD_CBACK callback) { in transmit_cb()