Home | History | Annotate | Download | only in include

Lines Matching refs:conn_id

312     UINT16          conn_id;
559 typedef void (tGATT_DISC_RES_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type,
563 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
566 typedef void (tGATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status,
570 typedef void (tGATT_CONN_CBACK) (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected,
574 typedef void (tGATT_REQ_CBACK )(UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type,
578 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
854 ** Parameter conn_id: connection identifier.
862 GATT_API extern tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id,
872 ** Parameter conn_id: connection identifier.
880 GATT_API extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
890 ** Parameter conn_id: connection identifier.
898 GATT_API extern tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
913 ** Parameters conn_id: connection identifier.
919 GATT_API extern tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu);
927 ** Parameters conn_id: connection identifier.
934 GATT_API extern tGATT_STATUS GATTC_Discover (UINT16 conn_id,
944 ** Parameters conn_id: connection identifier.
951 GATT_API extern tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type,
961 ** Parameters conn_id: connection identifier.
968 GATT_API extern tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type,
979 ** Parameters conn_id: connection identifier.
985 GATT_API extern tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
994 ** Parameters conn_id: connection identifier.
1000 GATT_API extern tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle);
1108 ** Parameters conn_id: connection identifier.
1113 GATT_API extern tGATT_STATUS GATT_Disconnect (UINT16 conn_id);
1121 ** Description This function use conn_id to find its associated BD address and applciation
1124 ** Parameters conn_id: connection id (input)
1129 ** Returns TRUE the ligical link information is found for conn_id
1132 GATT_API extern BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if,
1140 ** Description This function find the conn_id if the logical link for BD address