Home
last modified time | relevance | path

Searched refs:SCO_PCM_PARAM_SIZE (Results 1 - 4 of 4) sorted by relevance

/vendor/hihope/dayu210/bluetooth/include/
H A Dbt_vendor_brcm.h321 #define SCO_PCM_PARAM_SIZE 5 macro
/vendor/hihope/rk3568/bluetooth/include/
H A Dbt_vendor_brcm.h321 #define SCO_PCM_PARAM_SIZE 5 macro
/vendor/hihope/dayu210/bluetooth/src/
H A Dhardware.c204 static uint8_t bt_sco_param[SCO_PCM_PARAM_SIZE] = {
868 + HCI_CMD_PREAMBLE_SIZE + SCO_PCM_PARAM_SIZE); in hw_sco_i2spcm_proc_interface_param()
874 p_buf->len = HCI_CMD_PREAMBLE_SIZE + SCO_PCM_PARAM_SIZE; in hw_sco_i2spcm_proc_interface_param()
879 *p++ = SCO_PCM_PARAM_SIZE; in hw_sco_i2spcm_proc_interface_param()
880 memcpy_s(p, &bt_sco_param, SCO_PCM_PARAM_SIZE); in hw_sco_i2spcm_proc_interface_param()
/vendor/hihope/rk3568/bluetooth/src/
H A Dhardware.c232 static uint8_t bt_sco_param[SCO_PCM_PARAM_SIZE] = {
910 + HCI_CMD_PREAMBLE_SIZE + SCO_PCM_PARAM_SIZE); in hw_sco_i2spcm_proc_interface_param()
916 p_buf->len = HCI_CMD_PREAMBLE_SIZE + SCO_PCM_PARAM_SIZE; in hw_sco_i2spcm_proc_interface_param()
921 *p++ = SCO_PCM_PARAM_SIZE; in hw_sco_i2spcm_proc_interface_param()
922 memcpy_s(p, &bt_sco_param, SCO_PCM_PARAM_SIZE); in hw_sco_i2spcm_proc_interface_param()

Completed in 5 milliseconds