/vendor/hihope/dayu210/bluetooth/include/ |
H A D | uipc_msg.h | 59 uint8_t opcode; /* UIPC_OPEN_REQ */ member 65 uint8_t opcode; /* UIPC_OPEN_RESP */ member 75 uint8_t opcode; /* UIPC_CLOSE_REQ */ member 81 uint8_t opcode; /* UIPC_CLOSE_RSP */ member 87 uint8_t opcode; member 232 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_REQ */ member 238 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_RESP */ member 313 uint8_t opcode; /* A2DP_START_REQ */ member 319 uint8_t opcode; /* A2DP_STOP_REQ */ member 324 uint8_t opcode; /* A2DP_SUSPEND_RE member 329 uint8_t opcode; /* A2DP_CLEANUP_REQ */ global() member 335 uint8_t opcode; /* A2DP_START_RESP, A2DP_STOP_RESP, A2DP_CLEANUP_RESP, A2DP_SUSPEND_RESP */ global() member 560 uint8_t opcode; /* AUDIO_CODEC_CONFIG_REQ */ global() member 572 uint8_t opcode; /* AUDIO_CODEC_CONFIG_RESP */ global() member 577 uint8_t opcode; /* AUDIO_CODEC_SET_BITRATE_REQ */ global() member 649 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_REQ */ global() member 659 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_RESP */ global() member 694 uint8_t opcode; /* AUDIO_MIX_CONFIG_REQ */ global() member 702 uint8_t opcode; /* AUDIO_MIX_CONFIG_RESP */ global() member 707 uint8_t opcode; /* AUDIO_BURST_FRAMES_IND */ global() member 712 uint8_t opcode; /* AUDIO_BURST_END_IND */ global() member 716 uint8_t opcode; /* AUDIO_CODEC_FLUSH_REQ */ global() member 720 uint8_t opcode; /* AUDIO_EQ_MODE_CONFIG_REQ */ global() member 726 uint8_t opcode; /* AUDIO_SCALE_CONFIG_REQ */ global() member [all...] |
H A D | bt_vendor_lib.h | 129 * The opcode parameter gives the HCI OpCode (combination of OGF and OCF) of 130 * HCI Command packet. For example, opcode = 0x0c03 for the HCI_RESET command 133 typedef size_t (*cmd_xmit_callback)(uint16_t opcode, void* p_buf); 172 int (*op)(bt_opcode_t opcode, void* param);
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | uipc_msg.h | 59 uint8_t opcode; /* UIPC_OPEN_REQ */ member 65 uint8_t opcode; /* UIPC_OPEN_RESP */ member 75 uint8_t opcode; /* UIPC_CLOSE_REQ */ member 81 uint8_t opcode; /* UIPC_CLOSE_RSP */ member 87 uint8_t opcode; member 232 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_REQ */ member 238 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_RESP */ member 313 uint8_t opcode; /* A2DP_START_REQ */ member 319 uint8_t opcode; /* A2DP_STOP_REQ */ member 324 uint8_t opcode; /* A2DP_SUSPEND_RE member 329 uint8_t opcode; /* A2DP_CLEANUP_REQ */ global() member 335 uint8_t opcode; /* A2DP_START_RESP, A2DP_STOP_RESP, A2DP_CLEANUP_RESP, A2DP_SUSPEND_RESP */ global() member 560 uint8_t opcode; /* AUDIO_CODEC_CONFIG_REQ */ global() member 572 uint8_t opcode; /* AUDIO_CODEC_CONFIG_RESP */ global() member 577 uint8_t opcode; /* AUDIO_CODEC_SET_BITRATE_REQ */ global() member 649 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_REQ */ global() member 659 uint8_t opcode; /* AUDIO_ROUTE_CONFIG_RESP */ global() member 694 uint8_t opcode; /* AUDIO_MIX_CONFIG_REQ */ global() member 702 uint8_t opcode; /* AUDIO_MIX_CONFIG_RESP */ global() member 707 uint8_t opcode; /* AUDIO_BURST_FRAMES_IND */ global() member 712 uint8_t opcode; /* AUDIO_BURST_END_IND */ global() member 716 uint8_t opcode; /* AUDIO_CODEC_FLUSH_REQ */ global() member 720 uint8_t opcode; /* AUDIO_EQ_MODE_CONFIG_REQ */ global() member 726 uint8_t opcode; /* AUDIO_SCALE_CONFIG_REQ */ global() member [all...] |
H A D | bt_vendor_lib.h | 129 * The opcode parameter gives the HCI OpCode (combination of OGF and OCF) of 130 * HCI Command packet. For example, opcode = 0x0c03 for the HCI_RESET command 133 typedef size_t (*cmd_xmit_callback)(uint16_t opcode, void* p_buf); 172 int (*op)(bt_opcode_t opcode, void* param);
|
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | hardware.c | 561 uint16_t opcode; in hw_config_cback() local 571 STREAM_TO_UINT16(opcode, p); in hw_config_cback() 659 // HILOGD("HW_CFG_DL_FW_PATCH, opcode:0x%02x", opcode); in hw_config_cback() 663 (opcode == HCI_VSC_LAUNCH_RAM)) { in hw_config_cback() 669 STREAM_TO_UINT16(opcode, p); in hw_config_cback() 670 xmit_bytes = bt_vendor_cbacks->xmit_cb(opcode, p_buf); in hw_config_cback() 935 uint16_t opcode; in hw_sco_i2spcm_cfg_cback() local 940 STREAM_TO_UINT16(opcode, p); in hw_sco_i2spcm_cfg_cback() 955 if ((opcode in hw_sco_i2spcm_cfg_cback() 1380 uint16_t opcode; hw_epilog_cback() local 1441 uint16_t opcode; hw_process_event() local [all...] |
H A D | bt_vendor_brcm.c | 142 static int op(bt_opcode_t opcode, void *param) in op() argument 146 switch (opcode) { in op()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | hardware.c | 610 uint16_t opcode; in hw_config_cback() local 621 STREAM_TO_UINT16(opcode, p); in hw_config_cback() 708 // HILOGD("HW_CFG_DL_FW_PATCH, opcode:0x%02x", opcode); in hw_config_cback() 712 (opcode == HCI_VSC_LAUNCH_RAM)) { in hw_config_cback() 718 STREAM_TO_UINT16(opcode, p); in hw_config_cback() 719 xmit_bytes = bt_vendor_cbacks->xmit_cb(opcode, p_buf); in hw_config_cback() 980 uint16_t opcode; in hw_sco_i2spcm_cfg_cback() local 985 STREAM_TO_UINT16(opcode, p); in hw_sco_i2spcm_cfg_cback() 1000 if ((opcode in hw_sco_i2spcm_cfg_cback() 1427 uint16_t opcode; hw_epilog_cback() local 1490 uint16_t opcode; hw_process_event() local [all...] |
H A D | bt_vendor_brcm.c | 142 static int op(bt_opcode_t opcode, void *param) in op() argument 146 switch (opcode) { in op()
|