Searched refs:bt_vendor_opcode_t (Results 1 – 4 of 4) sorted by relevance
199 } bt_vendor_opcode_t; typedef319 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);
96 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()
48 static int TestVendorOp(bt_vendor_opcode_t opcode, void* param) { in TestVendorOp()
346 static int bt_vendor_op(bt_vendor_opcode_t opcode, void *param) in bt_vendor_op()