Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dbt_vendor_lib.h201 } bt_vendor_opcode_t; typedef
323 typedef void (*cfg_a2dp_cb)(bt_vendor_op_result_t result, bt_vendor_opcode_t op,
395 int (*op)(bt_vendor_opcode_t opcode, void* param);
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.cc335 static int bt_vendor_op(bt_vendor_opcode_t opcode, void* param) { in bt_vendor_op()