Home | History | Annotate | Download | only in include

Lines Matching refs:GAP_API

255 GAP_API extern UINT16 GAP_SetDiscoverableMode (UINT16 mode, UINT16 duration,
269 GAP_API extern UINT16 GAP_ReadDiscoverableMode (UINT16 *duration, UINT16 *interval);
287 GAP_API extern UINT16 GAP_StartInquiry (tGAP_INQ_PARMS *p_inq_parms,
307 GAP_API extern UINT16 GAP_StartPeriodicInquiry (tGAP_INQ_PARMS *p_inq_parms,
321 GAP_API extern UINT16 GAP_CancelInquiry(void);
332 GAP_API extern UINT16 GAP_CancelPeriodicInquiry(void);
344 GAP_API extern UINT16 GAP_GetFirstInquiryResult(tGAP_INQ_RESULTS *p_results);
356 GAP_API extern UINT16 GAP_GetNextInquiryResult(tGAP_INQ_RESULTS *p_results);
374 GAP_API extern UINT16 GAP_FindAddrByName (BD_NAME devname,
392 GAP_API extern UINT16 GAP_SetConnectableMode (UINT16 mode, UINT16 duration,
405 GAP_API extern UINT16 GAP_ReadConnectableMode (UINT16 *duration, UINT16 *interval);
416 GAP_API extern void GAP_SetSecurityMode (UINT8 sec_mode);
428 GAP_API extern BOOLEAN GAP_SecRegister (tBTM_APPL_INFO *p_cb_info);
440 GAP_API extern UINT16 GAP_SetPairableMode (UINT16 mode, BOOLEAN connect_only_paired);
451 GAP_API extern UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[]);
463 GAP_API extern void GAP_PinRsp (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len,
476 GAP_API extern void GAP_AuthorizeRsp (BD_ADDR bd_addr, UINT8 res,
491 GAP_API extern UINT16 GAP_SetDeviceClass(tGAP_COD *p_cod, UINT8 cmd);
502 GAP_API extern UINT16 GAP_ReadDeviceClass(tGAP_COD *p_cod);
514 GAP_API extern UINT16 GAP_ReadLocalDeviceInfo( UINT8 *name, BD_ADDR *addr,
537 GAP_API extern UINT16 GAP_GetRemoteDeviceName (BD_ADDR addr, tGAP_CALLBACK *callback);
549 GAP_API extern UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server,
563 GAP_API extern UINT16 GAP_ConnClose (UINT16 gap_handle);
578 GAP_API extern UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data,
592 GAP_API extern int GAP_GetRxQueueCnt (UINT16 handle, UINT32 *p_rx_queue_count);
607 GAP_API extern UINT16 GAP_ConnBTRead (UINT16 gap_handle, BT_HDR **pp_buf);
621 GAP_API extern UINT16 GAP_ConnBTWrite (UINT16 gap_handle, BT_HDR *p_buf);
637 GAP_API extern UINT16 GAP_ConnWriteData (UINT16 gap_handle, UINT8 *p_data,
650 GAP_API extern UINT16 GAP_ConnReconfig (UINT16 gap_handle, tL2CAP_CFG_INFO *p_cfg);
668 GAP_API extern UINT16 GAP_ConnSetIdleTimeout (UINT16 gap_handle, UINT16 timeout);
681 GAP_API extern UINT8 *GAP_ConnGetRemoteAddr (UINT16 gap_handle);
692 GAP_API extern UINT16 GAP_ConnGetRemMtuSize (UINT16 gap_handle);
706 GAP_API extern UINT16 GAP_ConnGetL2CAPCid (UINT16 gap_handle);
718 GAP_API extern UINT8 GAP_SetTraceLevel (UINT8 new_level);
731 GAP_API extern void GAP_Init(void);
743 GAP_API extern void GAP_BleAttrDBUpdate(UINT16 attr_uuid, tGAP_BLE_ATTR_VALUE *p_value);
756 GAP_API extern BOOLEAN GAP_BleReadPeerPrefConnParams (BD_ADDR peer_bda);
767 GAP_API extern BOOLEAN GAP_BleReadPeerDevName (BD_ADDR peer_bda, tGAP_BLE_DEV_NAME_CBACK *p_cback);
779 GAP_API extern BOOLEAN GAP_BleCancelReadPeerDevName (BD_ADDR peer_bda);
791 GAP_API