Home | History | Annotate | Download | only in gatt

Lines Matching refs:conn_id

206 ** Parameters       conn_id: connectino ID to be closed.
211 void BTA_GATTC_Close(UINT16 conn_id)
219 p_buf->layer_specific = conn_id;
233 ** Parameters conn_id: connection ID.
239 void BTA_GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu)
246 p_buf->hdr.layer_specific = conn_id;
263 ** Parameters conn_id: connection ID.
270 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid)
280 p_buf->hdr.layer_specific = conn_id;
303 ** Parameters conn_id: connection ID which identify the server.
314 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
324 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR, p_srvc_id, NULL,
341 ** Parameters conn_id: connection ID which identify the server.
353 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
364 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR,
385 ** Parameters conn_id: connection ID which identify the server.
395 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
406 if ((status = bta_gattc_query_cache(conn_id,
428 ** Parameters conn_id: connection ID which identify the server.
439 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
451 if ((status = bta_gattc_query_cache(conn_id, BTA_GATTC_ATTR_TYPE_CHAR_DESCR,
474 ** Parameters conn_id: connection ID which identify the server.
484 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
492 if ((status = bta_gattc_query_cache(conn_id,
513 ** Parameters conn_id: connection ID which identify the server.
524 tBTA_GATT_STATUS BTA_GATTC_GetNextIncludedService(UINT16 conn_id,
534 if ((status = bta_gattc_query_cache(conn_id,
556 ** Parameters conn_id - connectino ID.
562 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
572 p_buf->hdr.layer_specific = conn_id;
590 ** Parameters conn_id - connection ID.
596 void BTA_GATTC_ReadCharDescr (UINT16 conn_id,
608 p_buf->hdr.layer_specific = conn_id;
629 ** Parameters conn_id - connectino ID.
635 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
649 p_buf->hdr.layer_specific = conn_id;
675 ** Parameters conn_id - connection ID.
684 void BTA_GATTC_WriteCharValue ( UINT16 conn_id,
698 p_buf->hdr.layer_specific = conn_id;
723 ** Parameters conn_id - connection ID
731 void BTA_GATTC_WriteCharDescr (UINT16 conn_id,
748 p_buf->hdr.layer_specific = conn_id;
776 ** Parameters conn_id - connection ID.
785 void BTA_GATTC_PrepareWrite (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
796 p_buf->hdr.layer_specific = conn_id;
823 ** Parameters conn_id - connection ID.
829 void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute)
838 p_buf->hdr.layer_specific = conn_id;
853 ** Parameters conn_id - connection ID.
859 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id)
863 APPL_TRACE_API("BTA_GATTC_SendIndConfirm conn_id=%d service uuid1=0x%x char uuid=0x%x",
864 conn_id, p_char_id->srvc_id.id.uuid.uu.uuid16, p_char_id->char_id.uuid.uu.uuid16);
871 p_buf->hdr.layer_specific = conn_id;