Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dbt_vendor_lib.h199 } bt_vendor_opcode_t; typedef
319 typedef void (*cfg_a2dp_cb)(bt_vendor_op_result_t result, bt_vendor_opcode_t op, uint8_t bta_av_han…
390 int (*op)(bt_vendor_opcode_t opcode, void *param);
/system/bt/hci/src/
Dvendor.c96 return lib_interface->op((bt_vendor_opcode_t)opcode, param); in send_command()
101 return lib_interface->op((bt_vendor_opcode_t)opcode, param); in send_async_command()
196 static void a2dp_offload_cb(bt_vendor_op_result_t result, bt_vendor_opcode_t op, uint8_t bta_av_han… in a2dp_offload_cb()
/system/bt/vendor_libs/test_vendor_lib/src/
Dbt_vendor.cc48 static int TestVendorOp(bt_vendor_opcode_t opcode, void* param) { in TestVendorOp()
/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c346 static int bt_vendor_op(bt_vendor_opcode_t opcode, void *param) in bt_vendor_op()