Home | History | Annotate | Download | only in include

Lines Matching refs:BTA_API

28 #include "bta_api.h"
577 BTA_API extern void BTA_GATTC_Init();
592 BTA_API extern void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb);
606 BTA_API extern void BTA_GATTC_AppDeregister (tBTA_GATTC_IF client_if);
622 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
638 BTA_API extern void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
651 BTA_API extern void BTA_GATTC_Close(UINT16 conn_id);
669 BTA_API extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *p_srvc_uuid);
689 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id,
714 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
737 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
759 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
782 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id,
805 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetNextIncludedService(UINT16 conn_id,
823 BTA_API extern void BTA_GATTC_ReadCharacteristic (UINT16 conn_id,
839 BTA_API extern void BTA_GATTC_ReadCharDescr (UINT16 conn_id,
858 BTA_API extern void BTA_GATTC_WriteCharValue (UINT16 conn_id,
879 BTA_API extern void BTA_GATTC_WriteCharDescr (UINT16 conn_id,
897 BTA_API extern void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id);
912 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_RegisterForNotifications (tBTA_GATTC_IF client_if,
930 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_DeregisterForNotifications (tBTA_GATTC_IF client_if,
949 BTA_API extern void BTA_GATTC_PrepareWrite (UINT16 conn_id,
968 BTA_API extern void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
983 BTA_API extern void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
998 BTA_API extern void BTA_GATTC_Refresh(BD_ADDR remote_bda);
1016 BTA_API extern void BTA_GATTS_Init();
1031 BTA_API extern void BTA_GATTS_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTS_CBACK *p_cback);
1045 BTA_API extern void BTA_GATTS_AppDeregister(tBTA_GATTS_IF server_if);
1066 BTA_API extern void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, tBT_UUID *p_service_uuid,
1084 BTA_API extern void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id);
1101 BTA_API extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid,
1121 BTA_API extern void BTA_GATTS_AddCharDescriptor (UINT16 service_id,
1137 BTA_API extern void BTA_GATTS_DeleteService(UINT16 service_id);
1151 BTA_API extern void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport);
1164 BTA_API extern void BTA_GATTS_StopService(UINT16 service_id);
1181 BTA_API extern void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id,
1200 BTA_API extern void BTA_GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
1220 BTA_API extern void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct);
1237 BTA_API extern void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct);
1251 BTA_API extern void BTA_GATTS_Close(UINT16 conn_id);
1268 BTA_API extern void BTA_GATTS_Listen(tBTA_GATTS_IF server_if, BOOLEAN start,