Home
last modified time | relevance | path

Searched refs:BT_API (Results 1 – 5 of 5) sorted by relevance

/external/libnfc-nci/src/include/
Dtrace_api.h36 BT_API extern void DispAMPFrame (BT_HDR *p_buf, BOOLEAN is_recv, BD_ADDR bd_addr);
37 BT_API extern void DispRFCOMMFrame (BT_HDR *p_buf, BOOLEAN is_recv);
38 BT_API extern void DispL2CCmd(BT_HDR *p_buf, BOOLEAN is_recv);
39 BT_API extern void DispSdp (BT_HDR *p_msg, BOOLEAN is_rcv, BOOLEAN is_segment);
40 BT_API extern void DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
41 BT_API extern void DispTcsMsg (BT_HDR *p_buf, BOOLEAN is_recv);
42 BT_API extern void DispHciEvt (BT_HDR *p_buf);
43 BT_API extern void DispHciAclData (BT_HDR *p_buf, BOOLEAN is_rcvd);
44 BT_API extern void DispHciScoData (BT_HDR *p_buf, BOOLEAN is_rcvd);
45 BT_API extern void DispHciCmd (BT_HDR *p_buf);
[all …]
Dbt_target.h66 #define BT_API BTAPI macro
395 BT_API extern void bte_ncisu_send (BT_HDR *p_pkt, UINT16 event);
396 BT_API extern void bte_hcisu_send (BT_HDR *p_msg, UINT16 event);
398 BT_API extern void bte_hcisu_lp_allow_bt_device_sleep (void);
399 BT_API extern void bte_hcisu_lp_wakeup_host (void);
400 BT_API extern void bte_hcisu_lp_h4ibss_evt(UINT8 *p, UINT8 evt_len);
405 BT_API extern void HCILL_GoToSleep( tHCILL_SLEEP_ACK *sl_ack_fn);
407 BT_API extern void HCILL_RegState( tHCILL_STATE_CBACK *p_cback);
/external/libnfc-nci/src/udrv/include/
Duamp_api.h88 BT_API BOOLEAN UAMP_Init(tUAMP_CBACK *p_cback);
102 BT_API BOOLEAN UAMP_Open(tUAMP_ID amp_id);
113 BT_API void UAMP_Close(tUAMP_ID amp_id);
131 BT_API UINT16 UAMP_Write(tUAMP_ID amp_id, UINT8 *p_buf, UINT16 num_bytes, tUAMP_CH channel);
144 BT_API UINT16 UAMP_WriteBuf(tUAMP_ID amp_id, BT_HDR *p_msg);
162 BT_API UINT16 UAMP_Read(tUAMP_ID amp_id, UINT8 *p_buf, UINT16 buf_size, tUAMP_CH channel);
Ducodec.h258 BT_API extern tUCODEC_STATUS UCODEC_Init (void *);
276 BT_API extern tUCODEC_STATUS UCODEC_Configure (tUCODEC_ID, tUCODEC_CBACK_PTR, tUCODEC_CNF *);
292 BT_API extern tUCODEC_STATUS UCODEC_FlushTx (tUCODEC_ID);
308 BT_API extern tUCODEC_STATUS UCODEC_FlushRx (tUCODEC_ID);
328 BT_API extern tUCODEC_STATUS UCODEC_WriteBuf (tUCODEC_ID, BT_HDR *);
343 BT_API extern tUCODEC_STATUS UCODEC_ReadBuf (tUCODEC_ID, BT_HDR **, tUCODEC_BUF_INFO *);
360 BT_API extern tUCODEC_STATUS UCODEC_Close (tUCODEC_ID);
378 BT_API extern tUCODEC_STATUS UCODEC_Open (tUCODEC_ID);
Duusb.h188 BT_API extern tUUSB_STATUS UUSB_Init (tUUSB_PROT_SETUP_CB userProtSetupCallBack,
211 BT_API extern tUUSB_STATUS UUSB_Start (void);
226 BT_API extern tUUSB_STATUS UUSB_Stop (void);
238 BT_API extern tUUSB_STATUS UUSB_SetEndPointCnf ( BOOLEAN IsIN_EndPoint,
256 BT_API extern tUUSB_STATUS UUSB_SetEndPointState (tUUSB_EP_ID EndPoint,
269 BT_API extern tUUSB_STATUS UUSB_WriteEndPoint (tUUSB_EP_ID EndPoint,
283 BT_API extern tUUSB_STATUS UUSB_GenerateRemoteWakeUp (void);