Home | History | Annotate | Download | only in include

Lines Matching full:conn_id

312     UINT16          conn_id;
562 typedef void (tGATT_DISC_RES_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data);
565 typedef void (tGATT_DISC_CMPL_CB) (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_STATUS status);
568 typedef void (tGATT_CMPL_CBACK) (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_COMPLETE *p_data);
571 typedef void (tGATT_CONN_CBACK) (tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason);
574 typedef void (tGATT_REQ_CBACK )(UINT16 conn_id, UINT32 trans_id, tGATTS_REQ_TYPE type, tGATTS_DATA *p_data);
847 ** Parameter conn_id: connection identifier.
855 GATT_API extern tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id,
865 ** Parameter conn_id: connection identifier.
873 GATT_API extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
883 ** Parameter conn_id: connection identifier.
891 GATT_API extern tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
906 ** Parameters conn_id: connection identifier.
912 GATT_API extern tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu);
920 ** Parameters conn_id: connection identifier.
927 GATT_API extern tGATT_STATUS GATTC_Discover (UINT16 conn_id,
937 ** Parameters conn_id: connection identifier.
944 GATT_API extern tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type,
954 ** Parameters conn_id: connection identifier.
961 GATT_API extern tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type,
972 ** Parameters conn_id: connection identifier.
978 GATT_API extern tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute);
987 ** Parameters conn_id: connection identifier.
993 GATT_API extern tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle);
1096 ** Parameters conn_id: connection identifier.
1101 GATT_API extern tGATT_STATUS GATT_Disconnect (UINT16 conn_id);
1109 ** Description This function use conn_id to find its associated BD address and applciation
1112 ** Parameters conn_id: connection id (input)
1116 ** Returns TRUE the ligical link information is found for conn_id
1119 GATT_API extern BOOLEAN GATT_GetConnectionInfor(UINT16 conn_id, tGATT_IF *p_gatt_if, BD_ADDR bd_addr);
1126 ** Description This function find the conn_id if the logical link for BD address