Sign in

xiemeng / Optek_sdk_131 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • Optek_sdk_131
  • source
  • media
  • bt_hci
  • profile
  • hfp
  • hfp.h
  • Initial code
    7e937523
    luozhesi authored
    2021-05-12 09:32:43 +0800  
    Browse Files »
hfp.h 147 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
#ifndef _HFP_H_
#define _HFP_H_

void uiBtHCI_hfp_accept(void);
void uiBtHCI_hfp_term(void);

void hfp_vgm(u8 vol);
void hfp_vgs(u8 vol);


#endif