Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_STATUS

463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
595 tGATT_STATUS GATTS_HandleValueIndication (UINT16 conn_id, UINT16 attr_handle, UINT16 val_len, UINT8 *p_val)
597 tGATT_STATUS cmd_status = GATT_ILLEGAL_PARAMETER;
612 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
669 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
682 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
712 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
713 tGATT_STATUS status, tGATTS_RSP *p_msg)
715 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER;
727 return(tGATT_STATUS) GATT_INVALID_CONN_ID;
766 tGATT_STATUS GATTC_ConfigureMTU (UINT16 conn_id, UINT16 mtu)
816 tGATT_STATUS GATTC_Discover (UINT16 conn_id, tGATT_DISC_TYPE disc_type,
819 tGATT_STATUS status = GATT_SUCCESS;
885 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read)
887 tGATT_STATUS status = GATT_SUCCESS;
973 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write)
975 tGATT_STATUS status = GATT_SUCCESS;
1047 tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute)
1049 tGATT_STATUS status = GATT_SUCCESS;
1098 tGATT_STATUS GATTC_SendHandleValueConfirm (UINT16 conn_id, UINT16 handle)
1100 tGATT_STATUS ret = GATT_ILLEGAL_PARAMETER;
1467 tGATT_STATUS GATT_Disconnect (UINT16 conn_id)
1469 tGATT_STATUS ret = GATT_ILLEGAL_PARAMETER;