Home | History | Annotate | Download | only in include

Lines Matching refs:conn_id

308     UINT16              conn_id;
318 UINT16 conn_id;
327 UINT16 conn_id;
333 UINT16 conn_id;
339 UINT16 conn_id;
345 UINT16 conn_id;
353 UINT16 conn_id;
363 UINT16 conn_id;
371 UINT16 conn_id;
382 UINT16 conn_id;
391 UINT16 conn_id;
539 UINT16 conn_id;
588 UINT16 conn_id;
595 UINT16 conn_id;
601 UINT16 conn_id; /* connection ID */
721 ** Parameters conn_id: connectino ID to be closed.
726 BTA_API extern void BTA_GATTC_Close(UINT16 conn_id);
737 ** Parameters conn_id: connection ID.
744 BTA_API extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *p_srvc_uuid);
753 ** Parameters conn_id: connection ID which identify the server.
764 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id,
777 ** Parameters conn_id: connection ID which identify the server.
789 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
802 ** Parameters conn_id: connection ID which identify the server.
812 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
823 ** Parameters conn_id: connection ID which identify the server.
834 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
847 ** Parameters conn_id: connection ID which identify the server.
857 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id,
869 ** Parameters conn_id: connection ID which identify the server.
880 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetNextIncludedService(UINT16 conn_id,
892 ** Parameters conn_id - connectino ID.
898 BTA_API extern void BTA_GATTC_ReadCharacteristic (UINT16 conn_id,
908 ** Parameters conn_id - connection ID.
914 BTA_API extern void BTA_GATTC_ReadCharDescr (UINT16 conn_id,
924 ** Parameters conn_id - connection ID.
933 BTA_API extern void BTA_GATTC_WriteCharValue (UINT16 conn_id,
946 ** Parameters conn_id - connection ID
954 BTA_API extern void BTA_GATTC_WriteCharDescr (UINT16 conn_id,
966 ** Parameters conn_id - connection ID.
972 BTA_API extern void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id);
1015 ** Parameters conn_id - connection ID.
1024 BTA_API extern void BTA_GATTC_PrepareWrite (UINT16 conn_id,
1037 ** Parameters conn_id - connection ID.
1043 BTA_API extern void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
1052 ** Parameters conn_id - connectino ID.
1058 BTA_API extern void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
1114 ** Parameters conn_id: connection ID.
1120 BTA_API extern void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu);
1306 ** Parameters conn_id - connection identifier.
1315 BTA_API extern void BTA_GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_id,
1326 ** Parameters conn_id - connection identifier.
1334 BTA_API extern void BTA_GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
1381 ** Parameters conn_id: connectino ID to be closed.
1386 BTA_API extern void BTA_GATTS_Close(UINT16 conn_id);